summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-05-19 16:10:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-05-19 16:10:01 +0000
commit3835fc831f73ab0c3d88b823cd54ee23a5543c60 (patch)
treea105e77bd8ec1ae7f54d7ed012b569b19da5ec5c
parentc83bf461486a458b2275e5c514d1ecd1f2e0fd09 (diff)
downloadATCD-3835fc831f73ab0c3d88b823cd54ee23a5543c60.tar.gz
ChangeLogTag:Mon May 19 16:08:47 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ace/Timer_Queue_T.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.cpp b/ace/Timer_Queue_T.cpp
index e63c618c0d4..9d77576261c 100644
--- a/ace/Timer_Queue_T.cpp
+++ b/ace/Timer_Queue_T.cpp
@@ -314,7 +314,6 @@ ACE_Event_Handler_Handle_Timeout_Upcall<ACE_LOCK>::timeout (TIMER_QUEUE &timer_q
handler->reactor ()->cancel_timer (handler, 0); // 0 means "call handle_close()".
else
#endif
- // Upcall to the handler's handle_timeout method.
timer_queue.cancel (handler, 0);
}