summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/NodeI.cpp')
-rw-r--r--cpp/src/IceGrid/NodeI.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp
index 1eed1b8bbf6..4eb61cc7294 100644
--- a/cpp/src/IceGrid/NodeI.cpp
+++ b/cpp/src/IceGrid/NodeI.cpp
@@ -485,16 +485,6 @@ void
NodeI::shutdown(const Ice::Current&) const
{
_activator->shutdown();
- //
- // TODO: XXX: Wait for the session to be down with the registry
- // who invoked this call. Perhaps it's better to have the registry
- // wait actually...
- //
-// IceUtil::Monitor<IceUtil::Mutex>::Lock sync(_sessionMonitor);
-// while(_session)
-// {
-// _sessionMonitor.wait();
-// }
}
Ice::CommunicatorPtr