diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-08-21 16:17:16 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-08-21 16:17:16 -0230 |
commit | 33dc83b94215d845ba75b2cd299aa3b64f06fdfc (patch) | |
tree | 9b65727c9b89b84ee722b37308de819024bd88d1 /cpp/src/slice2cs/Main.cpp | |
parent | removing references to IceInternal.SelectorHandler from proguard configs (diff) | |
download | ice-33dc83b94215d845ba75b2cd299aa3b64f06fdfc.tar.bz2 ice-33dc83b94215d845ba75b2cd299aa3b64f06fdfc.tar.xz ice-33dc83b94215d845ba75b2cd299aa3b64f06fdfc.zip |
Bug 2664 - Added Ice.PrintStackTraces and cleaned up ifdefs
Diffstat (limited to 'cpp/src/slice2cs/Main.cpp')
-rw-r--r-- | cpp/src/slice2cs/Main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/slice2cs/Main.cpp b/cpp/src/slice2cs/Main.cpp index 2941e5ba63c..773242e30b2 100644 --- a/cpp/src/slice2cs/Main.cpp +++ b/cpp/src/slice2cs/Main.cpp @@ -313,14 +313,6 @@ main(int argc, char* argv[]) { return compile(argc, argv); } - catch(const IceUtil::Exception& ex) - { - getErrorStream() << argv[0] << ": error:" << ex.what() << endl; -#ifdef __GNUC__ - getErrorStream() << ex.ice_stackTrace() << endl; -#endif - return EXIT_FAILURE; - } catch(const std::exception& ex) { getErrorStream() << argv[0] << ": error:" << ex.what() << endl; |