summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-10-25 19:23:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-10-25 19:23:36 +0000
commitae236587288f1c0819bd536e3cc7704d6efffbc6 (patch)
tree341a89d334bc5f4edc5a274651a30daa607e88de /ACE/ace/Hash_Map_Manager_T.inl
parent934838e08d2f27cea27fc96759337d508fd5e42c (diff)
downloadATCD-ae236587288f1c0819bd536e3cc7704d6efffbc6.tar.gz
ChangeLogTag:Wed Oct 25 20:17:13 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/Hash_Map_Manager_T.inl')
-rw-r--r--ACE/ace/Hash_Map_Manager_T.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Hash_Map_Manager_T.inl b/ACE/ace/Hash_Map_Manager_T.inl
index dbb68c7781a..bd14bd25c26 100644
--- a/ACE/ace/Hash_Map_Manager_T.inl
+++ b/ACE/ace/Hash_Map_Manager_T.inl
@@ -498,8 +498,6 @@ ACE_Hash_Map_Iterator_Base_Ex<EXT_ID,
index_ (head ? -1 : (ssize_t) mm.total_size_),
next_ (0)
{
-// ACE_TRACE ("ACE_Hash_Map_Iterator_Base_Ex<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK>::ACE_Hash_Map_Iterator_Base_Ex");
-
if (mm.table_ != 0)
this->next_ = &mm.table_[head ? 0 : mm.total_size_ - 1];
}