diff options
Diffstat (limited to 'cpp/test/Ice/echo/Server.cpp')
-rw-r--r-- | cpp/test/Ice/echo/Server.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cpp/test/Ice/echo/Server.cpp b/cpp/test/Ice/echo/Server.cpp index 397509df120..0cb63da88a3 100644 --- a/cpp/test/Ice/echo/Server.cpp +++ b/cpp/test/Ice/echo/Server.cpp @@ -81,15 +81,7 @@ main(int argc, char* argv[]) if(communicator) { - try - { - communicator->destroy(); - } - catch(const Ice::Exception& ex) - { - cerr << ex << endl; - status = EXIT_FAILURE; - } + communicator->destroy(); } return status; |