summaryrefslogtreecommitdiff
path: root/ace/ReactorEx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ReactorEx.cpp')
-rw-r--r--ace/ReactorEx.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/ReactorEx.cpp b/ace/ReactorEx.cpp
index 2ee63d21e6d..caa499ff8dc 100644
--- a/ace/ReactorEx.cpp
+++ b/ace/ReactorEx.cpp
@@ -82,10 +82,6 @@ ACE_ReactorEx::remove_handler (ACE_Event_Handler *eh,
handlers_[index]->handle_close (handle,
ACE_Event_Handler::NULL_MASK);
- // Reinitial the ReactorEx pointer since we no longer point
- // to this one.
- handlers_[index]->reactorEx (0);
-
// If there was only one handle, reset the pointer to 0.
if (this->active_handles_ == 1)
{