]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 2_general_utilities / shared_ptr / assign / shared_ptr.cc
index 1395144066c79e5180a22b4c3a3ce5c49629b243..e37345aa749bae20ce253dce175ba08f3c3ac26c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015 Free Software Foundation, Inc.
+// Copyright (C) 2005-2021 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
@@ -60,7 +60,6 @@ void
 test01()
 {
   reset_count_struct __attribute__((unused)) reset;
-  bool test __attribute__((unused)) = true;
 
   std::tr1::shared_ptr<A> a;
 
@@ -86,7 +85,7 @@ test01()
   VERIFY( B::dtor_count == 0 );
 }
 
-int 
+int
 main()
 {
   test01();