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