]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/gen1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 5_numerical_facilities / random / subtract_with_carry / cons / gen1.cc
index 68914e75cf33c017819038c7a6637c6cc6af189d..62463259de0e3da8e063c20fbc592be7416525a5 100644 (file)
@@ -1,6 +1,6 @@
 // 2006-06-04  Stephen M. Webb <stephen.webb@bregmasoft.com>
 //
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-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
@@ -36,7 +36,6 @@ gen()
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std::tr1;
 
   subtract_with_carry<unsigned long, (1UL << 24), 10, 24> x(gen);