diff options
Diffstat (limited to 'cpp/include/Freeze/Map.h')
-rw-r--r-- | cpp/include/Freeze/Map.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cpp/include/Freeze/Map.h b/cpp/include/Freeze/Map.h index 263e8fadfff..348a2de161b 100644 --- a/cpp/include/Freeze/Map.h +++ b/cpp/include/Freeze/Map.h @@ -222,13 +222,6 @@ public: typedef value_type& reference; - Iterator(MapHelper& mapHelper, const Ice::CommunicatorPtr& communicator) : - _helper(IteratorHelper::create(mapHelper, false)), - _communicator(communicator), - _refValid(false) - { - } - Iterator(IteratorHelper* helper, const Ice::CommunicatorPtr& communicator) : _helper(helper), _communicator(communicator), @@ -424,13 +417,6 @@ public: typedef value_type& reference; - ConstIterator(MapHelper& mapHelper, const Ice::CommunicatorPtr& communicator) : - _helper(IteratorHelper::create(mapHelper, true)), - _communicator(communicator), - _refValid(false) - { - } - ConstIterator(IteratorHelper* helper, const Ice::CommunicatorPtr& communicator) : _helper(helper), _communicator(communicator), |