summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Client.cpp')
-rw-r--r--cpp/src/IceGrid/Client.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp
index c9d9d6b122b..329d12dc2ab 100644
--- a/cpp/src/IceGrid/Client.cpp
+++ b/cpp/src/IceGrid/Client.cpp
@@ -407,7 +407,6 @@ Client::run(int argc, char* argv[])
}
ParserPtr p = Parser::createParser(communicator(), admin);
- session->startUpdate();
int status = EXIT_SUCCESS;
@@ -471,16 +470,6 @@ Client::run(int argc, char* argv[])
}
}
- try
- {
- session->finishUpdate();
- }
- catch(const Ice::Exception&)
- {
- // Ignore. If the registry has been shutdown this will cause
- // an exception.
- }
-
keepAlive->destroy();
keepAlive->getThreadControl().join();