diff --git a/libcxx/include/map b/libcxx/include/map index 24eadbd15422..8c5799fbe6f1 100644 --- a/libcxx/include/map +++ b/libcxx/include/map @@ -750,21 +750,9 @@ public: } }; -template -class __map_const_iterator; - template struct __value_type; -template -struct __extract_key_value_types; - -template -struct __extract_key_value_types<__value_type<_Key, _Tp> > { - typedef _Key const __key_type; - typedef _Tp __mapped_type; -}; - template class __map_iterator { typedef typename _TreeIterator::_NodeTypes _NodeTypes;