summaryrefslogtreecommitdiff
path: root/ace/Priority_Reactor.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:02 +0000
commit40fdc8a404e75ab03b68cc62e9987cf208fd8c30 (patch)
tree37d9c4d3abe4aefd8a34ed797883dd2cd4862ca7 /ace/Priority_Reactor.h
parentc254b281f1b9a4ca19dd0c3ee73a0654a7718909 (diff)
downloadATCD-typecode-overhaul.tar.gz
This commit was manufactured by cvs2svn to create branchtypecode-overhaul
'typecode-overhaul'.
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;