]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/value.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 4_metaprogramming / is_function / value.cc
index 92cbb29a0a29151c1091f6c006ed595a36c1f3c6..f2cb449a7a1d384189aed0d7e0f0f0f92d713122 100644 (file)
@@ -1,6 +1,6 @@
 // 2004-12-16  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2004-2015 Free Software Foundation, Inc.
+// Copyright (C) 2004-2020 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_function;
   using namespace __gnu_test;
 
@@ -42,7 +41,7 @@ void test01()
 
   VERIFY( (test_category<is_function, AbstractClass>(false)) );
   VERIFY( (test_category<is_function, int(&)(int)>(false)) );
-  
+
   // Sanity check.
   VERIFY( (test_category<is_function, ClassType>(false)) );
 }