]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/21_strings/basic_string/operations/data/char/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 / operations / data / char / 1.cc
index 6fd3d9b62cdd0e8d6a61c5289878409c44467dad..668424d0cf5bd5b3dc1d8ccaacb0ae644366bdcb 100644 (file)
@@ -22,8 +22,6 @@
 
 int test01(void)
 {
-  bool test __attribute__((unused)) = true;
-
   std::string empty;
 
   // data() for size == 0 is non-NULL.