]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/experimental/memory_resource/null_memory_resource.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / experimental / memory_resource / null_memory_resource.cc
index 3fc42a464efdf66f939dfc898813875527fb2c59..01d4a949e98a021121a6b848260fd8dc43d81484 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do run { target c++14 } }
 
-// Copyright (C) 2016 Free Software Foundation, Inc.
+// Copyright (C) 2016-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
@@ -28,8 +28,6 @@ using std::experimental::pmr::new_delete_resource;
 void
 test06()
 {
-  bool test __attribute((unused)) = false;
-
   memory_resource* r = null_memory_resource();
   bool caught = false;