]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / extractors_character / pod / 3983-2.cc
index 6adc2980bc7dba39bee5f512013653d114c5ffb9..620c40fa90a16e59f55beb40f037d3266d03d1a6 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-06-05 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2013 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
@@ -38,8 +38,6 @@ void test03()
   stringbuf_type strbuf01;
   istream_type iss(&strbuf01);
 
-  bool test __attribute__((unused)) = true;
-
   // input streams
   pod_ushort arr[6] = { { value_type('a') }, { value_type('b') }, 
                        { value_type('c') }, { value_type('d') },