From 37bb69d7db0a49d61676d68df8c2136c6b20b348 Mon Sep 17 00:00:00 2001 From: Like Ma Date: Sun, 12 Apr 2020 03:00:40 +0800 Subject: Remove unimplemented ACE_WFMO_Reactor_Handler_Repository::bind declare. --- ACE/ace/WFMO_Reactor.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ACE/ace/WFMO_Reactor.h b/ACE/ace/WFMO_Reactor.h index c9fa9431a6c..899c67f36d5 100644 --- a/ACE/ace/WFMO_Reactor.h +++ b/ACE/ace/WFMO_Reactor.h @@ -307,10 +307,6 @@ public: // = Search structure operations. - /// Bind the ACE_Event_Handler * to the ACE_HANDLE. This is for - /// the simple event entry. - int bind (ACE_HANDLE, ACE_Event_Handler *); - /// Insert I/O Event_Handler entry into the system. This method /// assumes that the lock are head *before* this method is invoked. int bind_i (bool io_entry, -- cgit v1.2.1