diff options
Diffstat (limited to 'cpp/src/FreezeScript/transformdb.cpp')
-rwxr-xr-x | cpp/src/FreezeScript/transformdb.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/FreezeScript/transformdb.cpp b/cpp/src/FreezeScript/transformdb.cpp index add21992e10..af0604e5a98 100755 --- a/cpp/src/FreezeScript/transformdb.cpp +++ b/cpp/src/FreezeScript/transformdb.cpp @@ -924,11 +924,6 @@ main(int argc, char* argv[]) } status = EXIT_FAILURE; } - catch(const IceUtil::Exception& ex) - { - cerr << appName << ": " << ex << endl; - status = EXIT_FAILURE; - } catch(const std::exception& ex) { cerr << appName << ": " << ex.what() << endl; |