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