]> 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 b13411d3c9558fb28621e77e32bc450c27cecdbc..62463259de0e3da8e063c20fbc592be7416525a5 100644 (file)
@@ -1,6 +1,6 @@
 // 2006-06-04  Stephen M. Webb <stephen.webb@bregmasoft.com>
 //
-// Copyright (C) 2006-2014 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
@@ -34,9 +34,8 @@ gen()
 }
 
 void
-test01() 
+test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std::tr1;
 
   subtract_with_carry<unsigned long, (1UL << 24), 10, 24> x(gen);