summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SelectorThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/SelectorThread.cpp')
-rw-r--r--cpp/src/Ice/SelectorThread.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/Ice/SelectorThread.cpp b/cpp/src/Ice/SelectorThread.cpp
index 0045abf2cf9..6be73b316e5 100644
--- a/cpp/src/Ice/SelectorThread.cpp
+++ b/cpp/src/Ice/SelectorThread.cpp
@@ -261,11 +261,6 @@ IceInternal::SelectorThread::HelperThread::HelperThread(const SelectorThreadPtr&
void
IceInternal::SelectorThread::HelperThread::run()
{
- if(_selectorThread->_instance->initializationData().threadHook)
- {
- _selectorThread->_instance->initializationData().threadHook->start();
- }
-
try
{
_selectorThread->run();
@@ -281,10 +276,5 @@ IceInternal::SelectorThread::HelperThread::run()
out << "unknown exception in selector thread";
}
- if(_selectorThread->_instance->initializationData().threadHook)
- {
- _selectorThread->_instance->initializationData().threadHook->stop();
- }
-
_selectorThread = 0; // Break cyclic dependency.
}