summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-04-21 19:46:54 +0200
committerGitHub <noreply@github.com>2020-04-21 19:46:54 +0200
commit9724ca583c8523f6095b1319ab4449f0cc110fc9 (patch)
tree14c44179ae2001e7ac767642b7dde15922785c97
parent74c7286648e164ff597b601a2a6eefd6f9b54b44 (diff)
parent37bb69d7db0a49d61676d68df8c2136c6b20b348 (diff)
downloadATCD-9724ca583c8523f6095b1319ab4449f0cc110fc9.tar.gz
Merge pull request #1075 from likema/remove-unimplemented-func
Remove unimplemented ACE_WFMO_Reactor_Handler_Repository::bind declare.
-rw-r--r--ACE/ace/WFMO_Reactor.h4
1 files changed, 0 insertions, 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,