]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_stringbuf / str / char / 3.cc
index 766ae05257f7afc8a5ce71686027228ce8a6c5e2..ff23830a36d4ccb9e5d75361dc77059b1f28b5e0 100644 (file)
@@ -1,6 +1,6 @@
 // 981208 bkoz test functionality of basic_stringbuf for char_type == char
 
-// Copyright (C) 1997-2013 Free Software Foundation, Inc.
+// Copyright (C) 1997-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -22,8 +22,6 @@
 
 void test06()
 {
-  bool test __attribute__((unused)) = true;
-
   std::ostringstream os ("foo", std::ios_base::app);
   os << "bar";