]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/4.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / inserters_other / wchar_t / 4.cc
index c7d96a1d7ceeb904b1003ed4c2aa89781abbbd6a..6be62020d6ae951ad129745165842c7acb2c31ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2013 Free Software Foundation, Inc.
+// Copyright (C) 2005-2021 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
@@ -131,8 +131,6 @@ private:
 
 void test(const std::wstring& str, std::wstreambuf& buf)
 {
-  bool test __attribute__((unused)) = true;
-
   std::wostringstream out;
   std::wistream in(&buf);