Skip to content

Commit a8d7cfa

Browse files
philnik777tomtor
authored andcommitted
[libc++][NFC] Remove some unused code from <map> (llvm#142408)
1 parent 41d29ff commit a8d7cfa

File tree

1 file changed

+0
-12
lines changed
  • libcxx/include

1 file changed

+0
-12
lines changed

libcxx/include/map

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -750,21 +750,9 @@ public:
750750
}
751751
};
752752

753-
template <class _TreeIterator>
754-
class __map_const_iterator;
755-
756753
template <class _Key, class _Tp>
757754
struct __value_type;
758755

759-
template <class _Tp>
760-
struct __extract_key_value_types;
761-
762-
template <class _Key, class _Tp>
763-
struct __extract_key_value_types<__value_type<_Key, _Tp> > {
764-
typedef _Key const __key_type;
765-
typedef _Tp __mapped_type;
766-
};
767-
768756
template <class _TreeIterator>
769757
class __map_iterator {
770758
typedef typename _TreeIterator::_NodeTypes _NodeTypes;

0 commit comments

Comments
 (0)