summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/async/HelloI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/async/HelloI.cpp')
-rw-r--r--cpp/demo/Ice/async/HelloI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/demo/Ice/async/HelloI.cpp b/cpp/demo/Ice/async/HelloI.cpp
index 4f2779faab6..1b2ff1edff5 100644
--- a/cpp/demo/Ice/async/HelloI.cpp
+++ b/cpp/demo/Ice/async/HelloI.cpp
@@ -37,7 +37,5 @@ HelloI::shutdown(const Ice::Current& curr)
cout << "Shutting down..." << endl;
_workQueue->destroy();
- _workQueue->getThreadControl().join();
-
curr.adapter->getCommunicator()->shutdown();
}