summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/deployer/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/deployer/AllTests.cpp')
-rw-r--r--cpp/test/IceGrid/deployer/AllTests.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/test/IceGrid/deployer/AllTests.cpp b/cpp/test/IceGrid/deployer/AllTests.cpp
index acce2f3f4ed..8afe27e2aee 100644
--- a/cpp/test/IceGrid/deployer/AllTests.cpp
+++ b/cpp/test/IceGrid/deployer/AllTests.cpp
@@ -137,9 +137,6 @@ logTests(const Ice::CommunicatorPtr& comm, const AdminSessionPrx& session)
assert(!testDir.empty());
try
{
-#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600)
- IceUtil::DummyBCC dummy;
-#endif
session->openServerStdErr("LogServer", -1);
test(false);
}
@@ -148,9 +145,6 @@ logTests(const Ice::CommunicatorPtr& comm, const AdminSessionPrx& session)
}
try
{
-#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600)
- IceUtil::DummyBCC dummy;
-#endif
session->openServerStdOut("LogServer", -1);
test(false);
}
@@ -159,9 +153,6 @@ logTests(const Ice::CommunicatorPtr& comm, const AdminSessionPrx& session)
}
try
{
-#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600)
- IceUtil::DummyBCC dummy;
-#endif
session->openServerLog("LogServer", "unknown.txt", -1);
test(false);
}