From 49ee2a0f288d8dbec52aa882d7ae583be07edba9 Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Fri, 21 Apr 2017 01:10:04 +0000 Subject: [PATCH] Resolve unused local typedef warning in test. llvm-svn: 300937 --- .../std/strings/basic.string/string.cons/T_size_size.pass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/test/std/strings/basic.string/string.cons/T_size_size.pass.cpp b/libcxx/test/std/strings/basic.string/string.cons/T_size_size.pass.cpp index 312e4d27fef1..c8d14a1d0ddf 100644 --- a/libcxx/test/std/strings/basic.string/string.cons/T_size_size.pass.cpp +++ b/libcxx/test/std/strings/basic.string/string.cons/T_size_size.pass.cpp @@ -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);