]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9424-in.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / extractors_other / char / 9424-in.cc
index 3d2a3b7adba646e68d63060797169041b32e134a..77c91302a9f3dcb3a30247d4f68ebd4493462052 100644 (file)
@@ -1,6 +1,6 @@
 // 1999-10-11 bkoz
 
-// Copyright (C) 1999-2014 Free Software Foundation, Inc.
+// Copyright (C) 1999-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
@@ -87,8 +87,6 @@ const char Inbuf_2::buf[] = "Atteivlis";
 
 void test11()
 {
-  bool test __attribute__((unused)) = true;
-
   Inbuf_2 inbuf1;
   std::istream is(&inbuf1);
   Outbuf_2 outbuf1;