summaryrefslogtreecommitdiff
path: root/ACE/ace/Select_Reactor_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Select_Reactor_Base.h')
-rw-r--r--ACE/ace/Select_Reactor_Base.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Select_Reactor_Base.h b/ACE/ace/Select_Reactor_Base.h
index f076a2bffeb..edac5a28aa9 100644
--- a/ACE/ace/Select_Reactor_Base.h
+++ b/ACE/ace/Select_Reactor_Base.h
@@ -375,7 +375,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
-
/// Remove the binding of @a handle corresponding to position @a pos
/// in accordance with the @a mask.
int unbind (ACE_HANDLE handle,
@@ -437,7 +436,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
-
/// Reference to the Handler_Repository we are iterating over.
ACE_Select_Reactor_Handler_Repository const * const rep_;