]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 26_numerics / random / cauchy_distribution / operators / inequal.cc
index 5c7698abd9a459df0239bdff3a352b1c1aad08b9..a670d38a014daaa169b458ce0440a198bd9d76d4 100644 (file)
@@ -3,7 +3,7 @@
 //
 // 2010-03-16  Paolo Carlini  <paolo.carlini@oracle.com>
 //
-// Copyright (C) 2010-2016 Free Software Foundation, Inc.
+// Copyright (C) 2010-2022 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
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::cauchy_distribution<double> u(5.0, 2.0), v, w;
 
   VERIFY( u != v );