]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/default.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 5_numerical_facilities / random / subtract_with_carry / cons / default.cc
index d42cc99b57bade8da7e21dc52f103ab0c95e6b0a..fa3ce036871b565a942d2c89ebd346f00afa7e22 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
@@ -24,9 +24,8 @@
 #include <testsuite_hooks.h>
 
 void
-test01() 
+test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std::tr1;
 
   subtract_with_carry<unsigned long, (1UL << 24), 10, 24> x;