diff options
Diffstat (limited to 'cpp/src/IcePatch2/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Client.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/IcePatch2/Client.cpp b/cpp/src/IcePatch2/Client.cpp index 3331e4b5440..3c51f4d3aad 100644 --- a/cpp/src/IcePatch2/Client.cpp +++ b/cpp/src/IcePatch2/Client.cpp @@ -177,11 +177,6 @@ IcePatch2::Client::run(int argc, char* argv[]) cerr << argv[0] << ": " << ex << endl; return EXIT_FAILURE; } - catch(const char* ex) - { - cerr << argv[0] << ": " << ex << endl; - return EXIT_FAILURE; - } return EXIT_SUCCESS; } |