summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/hash/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/hash/Client.cpp')
-rw-r--r--cpp/test/Ice/hash/Client.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpp/test/Ice/hash/Client.cpp b/cpp/test/Ice/hash/Client.cpp
index b1b0a373914..03d7b818126 100644
--- a/cpp/test/Ice/hash/Client.cpp
+++ b/cpp/test/Ice/hash/Client.cpp
@@ -102,14 +102,7 @@ int main(int argc, char** argv)
if(communicator)
{
- try
- {
- communicator->destroy();
- }
- catch(const Ice::LocalException& ex)
- {
- cerr << ex << endl;
- }
+ communicator->destroy();
}
return EXIT_SUCCESS;
}