diff options
Diffstat (limited to 'ACE/tests/Map_Test.h')
-rw-r--r-- | ACE/tests/Map_Test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/Map_Test.h b/ACE/tests/Map_Test.h index c896c52e71a..b330b8f8f47 100644 --- a/ACE/tests/Map_Test.h +++ b/ACE/tests/Map_Test.h @@ -38,7 +38,6 @@ typedef ACE_Array<char> KEY; class Key_Generator { public: - Key_Generator (void) : counter_ (0) { @@ -90,7 +89,6 @@ public: class Key_Adapter { public: - int encode (const KEY &original_key, const ACE_Active_Map_Manager_Key &active_key, KEY &modified_key) |