]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/11543.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / seekoff / char / 11543.cc
index c1925e1a15432889e0da1a445a396dc216a9b392..6c8837db282cc094b912bc7c50e59e015b00f32f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2003-2014 Free Software Foundation, Inc.
+// Copyright (C) 2003-2023 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
@@ -132,8 +132,6 @@ namespace std
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::locale loc(std::locale::classic(),
                  new std::codecvt<char, char, MyState>);
   std::basic_filebuf<char, MyCharTraits> fb;