summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-02 14:52:09 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-02 14:52:09 -0230
commitd1a9bd0f1ba6cccfdcfbc6b85ebba23a90c62922 (patch)
treecdfcbe4d104b074740aff04baaa818c931741f18 /cpp
parentRemove BCC workarounds no longer required (diff)
downloadice-d1a9bd0f1ba6cccfdcfbc6b85ebba23a90c62922.tar.bz2
ice-d1a9bd0f1ba6cccfdcfbc6b85ebba23a90c62922.tar.xz
ice-d1a9bd0f1ba6cccfdcfbc6b85ebba23a90c62922.zip
Remove commented code
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp8
1 files changed, 0 insertions, 8 deletions
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);";