This is an archive of the discontinued LLVM Phabricator instance.

Fix another -Wunused-local-typedef warning in include/__tree
ClosedPublic

Authored by dim on Mar 7 2015, 2:33 PM.

Details

Summary

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.

Diff Detail

Event Timeline

dim updated this revision to Diff 21432.Mar 7 2015, 2:33 PM
dim retitled this revision from to Fix another -Wunused-local-typedef warning in include/__tree.
dim updated this object.
dim edited the test plan for this revision. (Show Details)
dim added reviewers: mclow.lists, EricWF.
dim added a subscriber: Unknown Object (MLST).
mclow.lists accepted this revision.Mar 7 2015, 4:35 PM
mclow.lists edited edge metadata.
This revision is now accepted and ready to land.Mar 7 2015, 4:35 PM
This revision was automatically updated to reflect the committed changes.