]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/objects/wchar_t/9662.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / objects / wchar_t / 9662.cc
index 6023b9560890fe4b83097b51f2f527931560c7c9..187597b7972ecc167547b1270b5fc69a51e24432 100644 (file)
@@ -1,6 +1,6 @@
 // 2003-04-30  Petur Runolfsson <peturr02@ru.is>
 
-// Copyright (C) 2003-2013 Free Software Foundation, Inc.
+// Copyright (C) 2003-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
@@ -26,8 +26,6 @@
 // on stdout.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::wcout << L"Hello, ";
   VERIFY( std::fwide(stdout, 0) >= 0 );
   int ret = std::fputws(L"world!\n", stdout);