]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/value.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 4_metaprogramming / is_volatile / value.cc
index e5f3a5a3f9cfbdb18fdc31ea8b96a11b34e07f6a..8981cb4ab8e3c8cf60745e50d6d1cf76362285a3 100644 (file)
@@ -1,6 +1,6 @@
 // 2004-12-07  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2004-2016 Free Software Foundation, Inc.
+// Copyright (C) 2004-2017 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_volatile;
   using namespace __gnu_test;