]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / inserters_arithmetic / char / 4.cc
index 9bd2b5b1b4da3d077d269b2ff1994d7c85d55d30..75f0e83624498b8092441971d236778f5a0d791a 100644 (file)
@@ -1,7 +1,7 @@
 // 1999-11-15 Kevin Ediger  <kediger@licor.com>
 // test the floating point inserters (facet num_put)
 
-// Copyright (C) 1999-2015 Free Software Foundation, Inc.
+// Copyright (C) 1999-2024 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
@@ -27,7 +27,6 @@ int
 test04()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   stringbuf strbuf1, strbuf2;
   ostream o1(&strbuf1), o2(&strbuf2);