From d1a9bd0f1ba6cccfdcfbc6b85ebba23a90c62922 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Fri, 2 Oct 2009 14:52:09 -0230 Subject: Remove commented code --- cpp/src/slice2cpp/Gen.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index f157cfbfbc9..4f40b2ff6d1 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -2364,14 +2364,6 @@ Slice::Gen::ProxyVisitor::visitOperation(const OperationPtr& p) C << nl << "try"; C << sb; - //C.zeroIndent(); - //C << nl << "#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) // C++Builder 2009 compiler bug"; - //C.restoreIndent(); - //C << nl << "IceUtil::DummyBCC dummy;"; - //C.zeroIndent(); - //C << nl << "#endif"; - //C.restoreIndent(); - if(p->returnsData()) { C << nl << "__checkTwowayOnly(" << p->flattenedScope() + p->name() + "_name);"; -- cgit v1.2.3