]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/2.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / deque / modifiers / erase / 2.cc
index c2075f3889a75ce545dbb495146c8c2ad5bd2d9b..081a9409c6b27343e0f6548c9efe3390705ec8c2 100644 (file)
@@ -1,6 +1,6 @@
 // 2005-11-25  Paolo Carlini  <pcarlini@suse.de>
 
-// Copyright (C) 2005-2016 Free Software Foundation, Inc.
+// Copyright (C) 2005-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
@@ -58,8 +58,6 @@ template<typename T>
   void
   test01()
   {
-    bool test __attribute__((unused)) = true;
-    
     typedef std::deque<T>                         deque_type;
     typedef typename deque_type::iterator      iterator_type;