diff options
Diffstat (limited to 'cpp/src/iceserviceinstall/Install.cpp')
-rw-r--r-- | cpp/src/iceserviceinstall/Install.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/iceserviceinstall/Install.cpp b/cpp/src/iceserviceinstall/Install.cpp index 78e0614cedc..209f994b87f 100644 --- a/cpp/src/iceserviceinstall/Install.cpp +++ b/cpp/src/iceserviceinstall/Install.cpp @@ -67,9 +67,6 @@ Install::run(int argc, char* argv[]) vector<string> commands; try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif commands = opts.parse(argc, (const char**)argv); } catch(const IceUtilInternal::BadOptException& e) |