diff options
Diffstat (limited to 'cpp/test/Ice/locationForward/Server.cpp')
-rw-r--r-- | cpp/test/Ice/locationForward/Server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Ice/locationForward/Server.cpp b/cpp/test/Ice/locationForward/Server.cpp index f5052e6faba..45d88844d84 100644 --- a/cpp/test/Ice/locationForward/Server.cpp +++ b/cpp/test/Ice/locationForward/Server.cpp @@ -81,7 +81,6 @@ main(int argc, char* argv[]) { communicator = Ice::initialize(argc, argv); status = run(argc, argv, communicator); - } catch(const Ice::Exception& ex) { |