]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_ostream/put/char/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / put / char / 1.cc
index 8db9012f38e6db9c36ed6428698786774f0da2fb..214721a79c05f0ce96e2487f1dd637bedc3019b0 100644 (file)
@@ -1,6 +1,6 @@
 // 2003-09-22  Petur Runolfsson  <peturr02@ru.is>
 
-// Copyright (C) 2003, 2005, 2009 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
@@ -40,8 +40,6 @@ protected:
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   Buf buf;
   std::ostream os(&buf);