diff options
Diffstat (limited to 'cpp/test/IceGrid/allocation/Client.cpp')
-rw-r--r-- | cpp/test/IceGrid/allocation/Client.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cpp/test/IceGrid/allocation/Client.cpp b/cpp/test/IceGrid/allocation/Client.cpp index f5cbbb67e8f..7b3907981be 100644 --- a/cpp/test/IceGrid/allocation/Client.cpp +++ b/cpp/test/IceGrid/allocation/Client.cpp @@ -41,15 +41,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; |