summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-24 01:45:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-24 01:45:22 +0000
commite4c8ff1146728e889c2f240de352673b3f75317d (patch)
treed914a8f5ce567dc2bbb6290330dc0130552629bf /ace/Hash_Map_Manager.h
parent7dbaa3064b1317bacece0233ca9cc5b21d0e87d9 (diff)
downloadATCD-e4c8ff1146728e889c2f240de352673b3f75317d.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Hash_Map_Manager.h')
-rw-r--r--ace/Hash_Map_Manager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/Hash_Map_Manager.h b/ace/Hash_Map_Manager.h
index bcde897c2e6..8174f602242 100644
--- a/ace/Hash_Map_Manager.h
+++ b/ace/Hash_Map_Manager.h
@@ -226,11 +226,6 @@ private:
size_t cur_size_;
// Current number of elements in the table.
-
- ACE_Hash_Map_Entry<EXT_ID, INT_ID> *sentinel_;
- // Sentinel node that improves lookup time.
- EXT_ID sentinel_ext_id_fakenull_;
- // Cleanup sentinel when it is through.
};
template <class EXT_ID, class INT_ID, class ACE_LOCK>