]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/30_threads/async/42819.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 30_threads / async / 42819.cc
index c93e302282dd307d1d4137449c897210def1becf..9a605fb51db50620c62f4a89b527533db3d5344d 100644 (file)
@@ -5,7 +5,7 @@
 // { dg-require-gthreads "" }
 // { dg-require-atomic-builtins "" }
 
-// Copyright (C) 2010-2016 Free Software Foundation, Inc.
+// Copyright (C) 2010-2017 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
@@ -45,8 +45,6 @@ int work2(int value)
 // libstdc++/42819
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   VERIFY( work1(1) == 3 );
   VERIFY( work2(2) == 6 );
 }