summaryrefslogtreecommitdiff
path: root/cpp/demo/Glacier2/chat/Client.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-02 15:08:00 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-02 15:08:00 -0230
commit450a4f08606c856333a4f4c44f9f23fc93ff4c4c (patch)
treee7b14dd3801e260dec8928c12d642a298d618e01 /cpp/demo/Glacier2/chat/Client.cpp
parentUpgrade to BDB 4.8.24 (diff)
downloadice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.bz2
ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.tar.xz
ice-450a4f08606c856333a4f4c44f9f23fc93ff4c4c.zip
Remove BCC workarounds no longer required
Diffstat (limited to 'cpp/demo/Glacier2/chat/Client.cpp')
-rw-r--r--cpp/demo/Glacier2/chat/Client.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/demo/Glacier2/chat/Client.cpp b/cpp/demo/Glacier2/chat/Client.cpp
index 7b4b375303d..58ef0cd6e3f 100644
--- a/cpp/demo/Glacier2/chat/Client.cpp
+++ b/cpp/demo/Glacier2/chat/Client.cpp
@@ -117,9 +117,6 @@ public:
try
{
-#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600)
- IceUtil::DummyBCC dummy;
-#endif
session = ChatSessionPrx::uncheckedCast(_router->createSession(id, pw));
break;
}