]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_ostringstream / str / wchar_t / 2.cc
index 2d24db895f9f330e2a7c84ae87e42471dfc35d69..4dad08e27d8f8f153457a5507705b89a3bab9e28 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2016 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
@@ -30,7 +30,6 @@ public:
 void
 test04()
 {
-  bool test __attribute__((unused)) = true;
   derived_oss yy;
   yy << L"buena vista social club\n";
   VERIFY( yy.str() == std::wstring(L"buena vista social club\n") );