]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc
container_access.cc: Remove 'test' variables.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 28_regex / iterators / regex_iterator / ctors / char / default.cc
index 111b7adc2873058ecbb05d9bd83011e056572b59..53d55d31e84e8e9bda9c93f85d2dcc2931ef1e73 100644 (file)
@@ -27,7 +27,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   std::regex_iterator<char*> it;
        std::cregex_iterator cit;
        std::sregex_iterator sit;