summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-11-20 10:03:20 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-11-20 10:03:20 +0000
commit7a1fd9e39c08e943d112da70615a57f93052c1a3 (patch)
tree12ced68dcf40dd81e0dbdceb4a62fc32b1a0842c
parentremove bogus if (diff)
downloadice-7a1fd9e39c08e943d112da70615a57f93052c1a3.tar.bz2
ice-7a1fd9e39c08e943d112da70615a57f93052c1a3.tar.xz
ice-7a1fd9e39c08e943d112da70615a57f93052c1a3.zip
removed comment.
-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();