From 0796c9ad8a13ac6d83c279548bc2c2d2dc239759 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 7 Mar 2015 22:55:31 +0000 Subject: Fix another -Wunused-local-typedef warning in libc++, in include/__tree. MFC after: 3 days --- contrib/libc++/include/__tree | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/libc++/include/__tree') 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 typename __tree<_Tp, _Compare, _Allocator>::size_type __tree<_Tp, _Compare, _Allocator>::__count_multi(const _Key& __k) const { - typedef pair _Pp; __node_const_pointer __result = __end_node(); __node_const_pointer __rt = __root(); while (__rt != nullptr) -- cgit v1.1