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/src/IceBox/Admin.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpp/src/IceBox/Admin.cpp') diff --git a/cpp/src/IceBox/Admin.cpp b/cpp/src/IceBox/Admin.cpp index 6cd3076b995..2a77a8629ba 100644 --- a/cpp/src/IceBox/Admin.cpp +++ b/cpp/src/IceBox/Admin.cpp @@ -58,9 +58,6 @@ Client::run(int argc, char* argv[]) vector commands; try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif commands = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) -- cgit v1.2.3