diff options
Diffstat (limited to 'cpp/src/slice2java/Main.cpp')
-rw-r--r-- | cpp/src/slice2java/Main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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 <Slice/Util.h> #include <Gen.h> -#ifdef __BCPLUSPLUS__ -# include <iterator> -#endif - using namespace std; using namespace Slice; @@ -111,9 +107,6 @@ compile(int argc, char* argv[]) vector<string>args; try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif args = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) |