summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionFactoryI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/session/SessionFactoryI.cpp')
-rwxr-xr-xcpp/demo/Ice/session/SessionFactoryI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/demo/Ice/session/SessionFactoryI.cpp b/cpp/demo/Ice/session/SessionFactoryI.cpp
index d212bf3fc7c..b1c2a3b0335 100755
--- a/cpp/demo/Ice/session/SessionFactoryI.cpp
+++ b/cpp/demo/Ice/session/SessionFactoryI.cpp
@@ -77,8 +77,6 @@ SessionFactoryI::create(const Ice::Current& c)
void
SessionFactoryI::shutdown(const ::Ice::Current& c)
{
- Lock sync(*this);
-
cout << "Shutting down..." << endl;
c.adapter->getCommunicator()->shutdown();
}