diff options
Diffstat (limited to 'contrib/libc++/include/__tree')
-rw-r--r-- | contrib/libc++/include/__tree | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libc++/include/__tree b/contrib/libc++/include/__tree index 8e5447a..9007dbf 100644 --- a/contrib/libc++/include/__tree +++ b/contrib/libc++/include/__tree @@ -2069,7 +2069,6 @@ template <class _Key> typename __tree<_Tp, _Compare, _Allocator>::size_type __tree<_Tp, _Compare, _Allocator>::__count_multi(const _Key& __k) const { - typedef pair<const_iterator, const_iterator> _Pp; __node_const_pointer __result = __end_node(); __node_const_pointer __rt = __root(); while (__rt != nullptr) |