summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/__tree
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-03-07 22:55:31 +0000
committerdim <dim@FreeBSD.org>2015-03-07 22:55:31 +0000
commit0796c9ad8a13ac6d83c279548bc2c2d2dc239759 (patch)
tree7af4454009f801ce7a5e9eb63fa183eacbd8c19c /contrib/libc++/include/__tree
parent4ea94bd2cbee03c98b4880728097db7e62146f5a (diff)
downloadFreeBSD-src-0796c9ad8a13ac6d83c279548bc2c2d2dc239759.zip
FreeBSD-src-0796c9ad8a13ac6d83c279548bc2c2d2dc239759.tar.gz
Fix another -Wunused-local-typedef warning in libc++, in include/__tree.
MFC after: 3 days
Diffstat (limited to 'contrib/libc++/include/__tree')
-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 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)
OpenPOWER on IntegriCloud