From 450a4f08606c856333a4f4c44f9f23fc93ff4c4c Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Fri, 2 Oct 2009 15:08:00 -0230 Subject: Remove BCC workarounds no longer required --- cpp/demo/IceGrid/secure/Client.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpp/demo/IceGrid/secure/Client.cpp') diff --git a/cpp/demo/IceGrid/secure/Client.cpp b/cpp/demo/IceGrid/secure/Client.cpp index 871f0f08a65..450b7bf773a 100644 --- a/cpp/demo/IceGrid/secure/Client.cpp +++ b/cpp/demo/IceGrid/secure/Client.cpp @@ -59,9 +59,6 @@ HelloClient::run(int argc, char* argv[]) HelloPrx hello; try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif hello = HelloPrx::checkedCast(communicator()->stringToProxy("hello")); } catch(const Ice::NotRegisteredException&) -- cgit v1.2.3