]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 26_numerics / headers / cmath / c99_classification_macros_c++11.cc
index 8db9fdb0e6c8fc35f014c447208cf3a1fa7a1888..1ffc5a0752027f7a111ece5d07318e0332de9af8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2016 Free Software Foundation, Inc.
+// Copyright (C) 2010-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
@@ -48,8 +48,6 @@ void isunordered() { }
 template <typename _Tp, typename _Up = _Tp>
   void test_c99_classify()
   {
-    bool test __attribute__((unused)) = true;
-
     typedef _Tp fp_type_one;
     typedef _Up fp_type_two;
     fp_type_one f1 = 1.0;