summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/activation/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/activation/AllTests.cpp')
-rw-r--r--cpp/test/IceGrid/activation/AllTests.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/IceGrid/activation/AllTests.cpp b/cpp/test/IceGrid/activation/AllTests.cpp
index f74934f38e8..c7d449d93f6 100644
--- a/cpp/test/IceGrid/activation/AllTests.cpp
+++ b/cpp/test/IceGrid/activation/AllTests.cpp
@@ -195,9 +195,6 @@ allTests(const Ice::CommunicatorPtr& communicator)
TestIntfPrx obj;
try
{
-#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600)
- IceUtil::DummyBCC dummy;
-#endif
obj = TestIntfPrx::checkedCast(communicator->stringToProxy("server-manual"));
test(false);
}