]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/9425.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_stringbuf / sputbackc / wchar_t / 9425.cc
index 87b4c64b6871d9334752960d58291646dbe7f824..d1254b014d98b7b074a7f2e486abafd8bd1d8034 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-05-21 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2001-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
@@ -28,7 +28,6 @@
 void test09()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   wstringbuf sbuf;
   wstringbuf::int_type r = sbuf.sputbackc(L'a');