diff options
Diffstat (limited to 'cpp/test/Ice/custom/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/custom/Collocated.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cpp/test/Ice/custom/Collocated.cpp b/cpp/test/Ice/custom/Collocated.cpp index 0018ff8e112..dd318ab63a4 100644 --- a/cpp/test/Ice/custom/Collocated.cpp +++ b/cpp/test/Ice/custom/Collocated.cpp @@ -58,15 +58,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; |