[PATCH] Fix another -Wunused-local-typedef warning in include/__tree
Dimitry Andric
dimitry at andric.com
Mon Mar 9 14:41:36 PDT 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8140
Files:
libcxx/trunk/include/__tree
Index: libcxx/trunk/include/__tree
===================================================================
--- libcxx/trunk/include/__tree
+++ libcxx/trunk/include/__tree
@@ -2077,7 +2077,6 @@
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)
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8140.21515.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150309/0fe337bd/attachment.bin>
More information about the cfe-commits
mailing list