diff options
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index b1817d5c7a9..9e75afaf7c2 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -304,14 +304,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; |