summaryrefslogtreecommitdiff
path: root/ace/Priority_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Priority_Reactor.h')
-rw-r--r--ace/Priority_Reactor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/Priority_Reactor.h b/ace/Priority_Reactor.h
index e9f2809d583..9a10b354138 100644
--- a/ace/Priority_Reactor.h
+++ b/ace/Priority_Reactor.h
@@ -71,11 +71,6 @@ private:
/// A small helper to initialize the bucket.
void init_bucket (void);
- /// Build the bucket from the given dispatch_mask
- void build_bucket (ACE_Handle_Set& dispatch_mask,
- int &min_priority,
- int &max_priority);
-
/// There is a queue per-priority, which simply holds the
/// Event_Handlers until we know who goes first.
typedef ACE_Unbounded_Queue<ACE_Event_Tuple> QUEUE;