]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/value.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 4_metaprogramming / is_class / value.cc
index 2b99226870c80d5a2066d9a27e8b56a5f3fbfce8..4c3aad0d936d792506c282a2a855b8c52dae225d 100644 (file)
@@ -1,6 +1,6 @@
 // 2007-04-08  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2007-2015 Free Software Foundation, Inc.
+// Copyright (C) 2007-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::is_class;
   using namespace __gnu_test;