diff options
Diffstat (limited to 'cpp/src/IcePatch2/Calc.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Calc.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/IcePatch2/Calc.cpp b/cpp/src/IcePatch2/Calc.cpp index 42b4792c4aa..aaa82e2ca6a 100644 --- a/cpp/src/IcePatch2/Calc.cpp +++ b/cpp/src/IcePatch2/Calc.cpp @@ -315,11 +315,6 @@ main(int argc, char* argv[]) consoleErr << appName << ": " << ex.what() << endl; return EXIT_FAILURE; } - catch(const char* ex) - { - consoleErr << appName << ": " << ex << endl; - return EXIT_FAILURE; - } return EXIT_SUCCESS; } |