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/slice2java/Main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpp/src/slice2java/Main.cpp') diff --git a/cpp/src/slice2java/Main.cpp b/cpp/src/slice2java/Main.cpp index 06d41d2534f..7ff971cd459 100644 --- a/cpp/src/slice2java/Main.cpp +++ b/cpp/src/slice2java/Main.cpp @@ -16,10 +16,6 @@ #include #include -#ifdef __BCPLUSPLUS__ -# include -#endif - using namespace std; using namespace Slice; @@ -111,9 +107,6 @@ compile(int argc, char* argv[]) vectorargs; try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif args = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) -- cgit v1.2.3