From 7a5fe8ce23ac50450b804cf0183c773565ae7cef Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 25 Nov 1997 22:18:58 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ACE-4_4'. --- ace/WFMO_Reactor.cpp | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'ace/WFMO_Reactor.cpp') diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp index 5e13765d86e..9509def874b 100644 --- a/ace/WFMO_Reactor.cpp +++ b/ace/WFMO_Reactor.cpp @@ -160,14 +160,8 @@ ACE_WFMO_Reactor_Handler_Repository::remove_handler_i (size_t index, } // Normal event entries. else - { - if (ACE_BIT_ENABLED (to_be_removed_masks, ACE_Event_Handler::DONT_CALL)) - // Preserve DONT_CALL - to_be_removed_masks = ACE_Event_Handler::DONT_CALL; - else - // Make sure that the is the NULL_MASK - to_be_removed_masks = ACE_Event_Handler::NULL_MASK; - } + // Make sure that the is the NULL_MASK + to_be_removed_masks = ACE_Event_Handler::NULL_MASK; // If there are no more events that the is // interested in, or this is a non-I/O entry, schedule the @@ -208,14 +202,8 @@ ACE_WFMO_Reactor_Handler_Repository::remove_suspended_handler_i (size_t index, } // Normal event entries. else - { - if (ACE_BIT_ENABLED (to_be_removed_masks, ACE_Event_Handler::DONT_CALL)) - // Preserve DONT_CALL - to_be_removed_masks = ACE_Event_Handler::DONT_CALL; - else - // Make sure that the is the NULL_MASK - to_be_removed_masks = ACE_Event_Handler::NULL_MASK; - } + // Make sure that the is the NULL_MASK + to_be_removed_masks = ACE_Event_Handler::NULL_MASK; // If there are no more events that the is // interested in, or this is a non-I/O entry, schedule the -- cgit v1.2.1