Resolve unused local typedef warning in test.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Billy Robert O'Neal III
2017-04-21 01:10:04 +00:00
parent b34376320f
commit aa22e515ac

View File

@@ -63,7 +63,6 @@ void
test(SV sv, unsigned pos, unsigned n, const typename S::allocator_type& a)
{
typedef typename S::traits_type T;
typedef typename S::allocator_type A;
if (pos <= sv.size())
{
S s2(sv, pos, n, a);