]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/2.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_stringstream / str / wchar_t / 2.cc
index 28f75d1b4de10d95ecb076f48882ed5eee827578..81b9d80d7f5b631fbcc39d3eafa42b0530d7c440 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2013 Free Software Foundation, Inc.
+// Copyright (C) 2004-2020 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
@@ -31,7 +31,6 @@ active_buffer(std::wios& stream)
 // libstdc++/2832
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   const wchar_t* strlit01 = L"fuck war";
   const std::wstring str00;
   const std::wstring str01(strlit01);