Fix another -Wunused-local-typedef warning in include/__tree.
authorDimitry Andric <dimitry@andric.com>
Mon, 9 Mar 2015 21:39:02 +0000 (21:39 +0000)
committerDimitry Andric <dimitry@andric.com>
Mon, 9 Mar 2015 21:39:02 +0000 (21:39 +0000)
commita3175bab8845c87011cfddc2bd97ef7920d43ae1
tree9203194c086900140fdf0973a18d822a9d560cbc
parent764d030840ce31605a25ce3e002946a16c683329
Fix another -Wunused-local-typedef warning in include/__tree.

The _Pp typedef in __tree<_Tp, _Compare, _Allocator>::__count_multi()
isn't used anywhere, so adding _LIBCPP_UNUSED is unecessary.

Differential Revision: http://reviews.llvm.org/D8140

llvm-svn: 231705
libcxx/include/__tree