]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / read / wchar_t / 1.cc
index 508e0c8cb4dc7d6ae43ef8497c3db37a7b94bf6b..2267e1f44b68e740e21b2ad72028d93e785144b7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004, 2009, 2010 Free Software Foundation
+// Copyright (C) 2004-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
@@ -25,7 +25,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   const std::wstring str_02(L"soul eyes: john coltrane quartet");
 
   std::wstringbuf isbuf_03(str_02, std::ios_base::in);