diff options
Diffstat (limited to 'cpp/test/Ice/acm/Client.cpp')
-rw-r--r-- | cpp/test/Ice/acm/Client.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/test/Ice/acm/Client.cpp b/cpp/test/Ice/acm/Client.cpp index 50ff5687f93..4a0ad4acf99 100644 --- a/cpp/test/Ice/acm/Client.cpp +++ b/cpp/test/Ice/acm/Client.cpp @@ -1,7 +1,6 @@ // ********************************************************************** // // Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. -// // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // @@ -39,10 +38,7 @@ main(int argc, char* argv[]) initData.properties->setProperty("Ice.Warn.Connections", "0"); Ice::CommunicatorHolder ich = Ice::initialize(argc, argv, initData); - RemoteConfig rc("Ice/acm", argc, argv, ich.communicator()); - int status = run(argc, argv, ich.communicator()); - rc.finished(status); - return status; + return run(argc, argv, ich.communicator()); } catch(const Ice::Exception& ex) { |