]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / inserters_arithmetic / wchar_t / 4.cc
index 0c1db6a26d4f047a3ebe7e558d6a7927e53fd32e..b205abc66156e6255909199d65c6f8adaa36994e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2016 Free Software Foundation, Inc.
+// Copyright (C) 2005-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
@@ -24,7 +24,6 @@ int
 test04()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   wstringbuf strbuf1, strbuf2;
   wostream o1(&strbuf1), o2(&strbuf2);