]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/value.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 4_metaprogramming / aligned_storage / value.cc
index 440dc60bcb14c15c4f9ff864b37e5bb04a393ecf..f3969c15a0ab84732fe92d780afe6dac337fc696 100644 (file)
@@ -1,6 +1,6 @@
 // 2005-01-11  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2005-2016 Free Software Foundation, Inc.
+// Copyright (C) 2005-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
@@ -25,7 +25,6 @@
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using std::tr1::aligned_storage;
   using std::tr1::alignment_of;
   using namespace __gnu_test;