]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/fpos/11450.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / fpos / 11450.cc
index 5f4cd50fcfb57a7cec197eaa6f2f90f3eb965d63..0a734381fa43f706010532c1cd557f1f86f87578 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2003-2015 Free Software Foundation, Inc.
+// Copyright (C) 2003-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
@@ -23,8 +23,6 @@
 // libstdc++/11450
 void test01()
 {
-  bool test __attribute__((unused)) = true;  
-
   std::fpos<int> p;
   VERIFY( p.state() == 0 );
   p.state(42);