From e72d325a3de3ed3773d64e8ca952da81426cd844 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Mon, 29 Nov 2004 14:37:09 +0000 Subject: more IcePatch2 --- cpp/src/IcePatch2/Client.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/src/IcePatch2/Client.cpp') 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; } -- cgit v1.2.3