Resolve unused local typedef warning in test.

llvm-svn: 300937
This commit is contained in:
Billy Robert O'Neal III
2017-04-21 01:10:04 +00:00
parent 015da3534a
commit 49ee2a0f28

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);