]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / peek / wchar_t / 1.cc
index e8c7eada6906b3224c6f5c3a4623a3eef10ac445..c3247d5b4d6b2a95b46395b08d72fb52cfcc02c9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2013 Free Software Foundation, Inc.
+// 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
@@ -26,7 +26,6 @@ test01()
 {
   typedef std::wios::traits_type traits_type;
 
-  bool test __attribute__((unused)) = true;
   const std::wstring str_01;
   const std::wstring str_02(L"soul eyes: john coltrane quartet");
   std::wstring strtmp;