]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_ofstream / open / char / 1.cc
index ba852f70a82751c78e7796cc927f7851af3b61fb..bee4e57c48050a7e0e9f9c93542039c1562ae2d9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2000-2016 Free Software Foundation, Inc.
+// Copyright (C) 2000-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 @@ const char name_02[] = "ofstream_members-1.txt";
 // http://gcc.gnu.org/ml/libstdc++/2000-06/msg00136.html
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   std::ofstream ofs1;
   ofs1.close();