]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/1.cc
testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 21_strings / basic_string_view / capacity / 1.cc
index 74baee3e1f1e52b7a5ae0f63d360cec914a2a5b3..7e13adc5b99f803f521c041c6e83f52541d0f219 100644 (file)
@@ -126,8 +126,6 @@ namespace std
 void
 test01()
 {
-  bool test [[gnu::unused]] = true;
-
   std::basic_string_view<A<B>> str02;
   typedef std::basic_string_view< A<B> >::size_type size_type_o;
   size_type_o sz03;