]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / deque / modifiers / swap / 1.cc
index 8092ae924be6a18a956f3c86b691fe34d5886c64..fc347991385482573cc66413e7f0e1ee2214f5cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2015 Free Software Foundation, Inc.
+// Copyright (C) 2004-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
@@ -33,7 +33,6 @@ namespace std
 // Should use deque specialization for swap.
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   std::deque<T> A;
   std::deque<T> B;
   swap_calls = 0;
@@ -44,7 +43,6 @@ void test01()
 // Should use deque specialization for swap.
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std;
   deque<T> A;
   deque<T> B;