aboutsummaryrefslogtreecommitdiff
path: root/contrib/libc++
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++')
-rw-r--r--contrib/libc++/include/__tree1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libc++/include/__tree b/contrib/libc++/include/__tree
index 8e5447a2ffb5..9007dbf507da 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)