summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Hash_Map_Manager_T.h')
-rw-r--r--ACE/ace/Hash_Map_Manager_T.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Hash_Map_Manager_T.h b/ACE/ace/Hash_Map_Manager_T.h
index ea848c6c752..1b75f9db51e 100644
--- a/ACE/ace/Hash_Map_Manager_T.h
+++ b/ACE/ace/Hash_Map_Manager_T.h
@@ -34,7 +34,6 @@ template <class EXT_ID, class INT_ID>
class ACE_Hash_Map_Entry
{
public:
- // = Initialization and termination methods.
/// Constructor.
ACE_Hash_Map_Entry (const EXT_ID &ext_id,
const INT_ID &int_id,
@@ -174,8 +173,6 @@ public:
typedef ptrdiff_t difference_type;
typedef size_t size_type;
- // = Initialization and termination methods.
-
/**
* Initialize an ACE_Hash_Map_Manager_Ex with a default number of elements.
*