summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/Service.cpp')
-rw-r--r--cpp/src/IceStorm/Service.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/IceStorm/Service.cpp b/cpp/src/IceStorm/Service.cpp
index f8f0756ca3a..9c9d9efa490 100644
--- a/cpp/src/IceStorm/Service.cpp
+++ b/cpp/src/IceStorm/Service.cpp
@@ -177,15 +177,6 @@ IceStorm::ServiceI::stop()
}
//
- // Instance::shutdown terminates all the thread pools, however, it
- // does not clear the references. This is because the shutdown has
- // to be in two stages. First we destroy & join with the threads
- // so that no further activity can take place. Then we reap()
- // which has to call on various instance objects, then we clear
- // the instance which breaks any cycles.
- //
-
- //
// Shutdown the instance.
//
_instance->shutdown();