diff options
Diffstat (limited to 'cpp/test/IceStorm/repstress/Publisher.cpp')
-rw-r--r-- | cpp/test/IceStorm/repstress/Publisher.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cpp/test/IceStorm/repstress/Publisher.cpp b/cpp/test/IceStorm/repstress/Publisher.cpp index b8a91876a9e..44897685028 100644 --- a/cpp/test/IceStorm/repstress/Publisher.cpp +++ b/cpp/test/IceStorm/repstress/Publisher.cpp @@ -155,15 +155,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; |