diff options
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 85db7a08a7a..eea0778af89 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -28,18 +28,11 @@ Ice::CommunicatorI::destroy() { JTCSyncT<JTCRecursiveMutex> sync(*this); - shutdown(); - if (_instance) { _instance->destroy(); _instance = 0; } - - // - // Don't set _threadPool to null here! See the comments in the - // header file. - // } void |