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:
@@ -63,7 +63,6 @@ void
|
|||||||
test(SV sv, unsigned pos, unsigned n, const typename S::allocator_type& a)
|
test(SV sv, unsigned pos, unsigned n, const typename S::allocator_type& a)
|
||||||
{
|
{
|
||||||
typedef typename S::traits_type T;
|
typedef typename S::traits_type T;
|
||||||
typedef typename S::allocator_type A;
|
|
||||||
if (pos <= sv.size())
|
if (pos <= sv.size())
|
||||||
{
|
{
|
||||||
S s2(sv, pos, n, a);
|
S s2(sv, pos, n, a);
|
||||||
|
|||||||
Reference in New Issue
Block a user