]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/list/debug/invalidation/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / list / debug / invalidation / 1.cc
index 74c8b7ea33f87a3993f37e03fe98406c123201d1..551af9ccd80e1e6570dc5d8cd68fd423d91f7e18 100644 (file)
@@ -1,6 +1,6 @@
 // List iterator invalidation tests
 
-// Copyright (C) 2003-2016 Free Software Foundation, Inc.
+// Copyright (C) 2003-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
@@ -26,8 +26,6 @@ void test01()
 {
   using std::advance;
 
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_debug::list<int> list_type;
   list_type v1;
   list_type v2;