]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_stringbuf / overflow / wchar_t / 1.cc
index bc883145cef89f0fe87acdbf6eb98fc15ec6077a..1bf6638f3780992d7ded3624f0937f8be527adf6 100644 (file)
@@ -1,6 +1,6 @@
 // 2004-07-07  Paolo Carlini  <pcarlini@suse.de>
 
-// Copyright (C) 2004-2014 Free Software Foundation, Inc.
+// Copyright (C) 2004-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
@@ -43,8 +43,6 @@ data(unsigned len)
 void
 test01(unsigned iter)
 {
-  bool test __attribute__((unused)) = true;
-
   for (unsigned n = 1; n <= iter; n *= 10)
     {
       const wstring str = data(n);