]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/vector/cons/4.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / vector / cons / 4.cc
index 7ee9680c70f2ade9ef67e6e792f08c8a16f5e24f..182a46a97501340e5bbbba5811167a3a5bb9b33a 100644 (file)
@@ -1,6 +1,6 @@
 // 1999-06-29 bkoz
 
-// Copyright (C) 1999-2014 Free Software Foundation, Inc.
+// Copyright (C) 1999-2024 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
@@ -39,7 +39,6 @@ void
 test_default_ctor_exception_gurantee()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -72,7 +71,6 @@ void
 test_copy_ctor_exception_gurantee()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -111,7 +109,6 @@ void
 test_assignment_operator_1()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -139,7 +136,6 @@ void
 test_assignment_operator_2()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -169,7 +165,6 @@ void
 test_assignment_operator_3()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -199,7 +194,6 @@ void
 test_assignment_operator_3_exception_guarantee()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -244,7 +238,6 @@ void
 test_fill_assign_1()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -272,7 +265,6 @@ void
 test_fill_assign_2()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -306,7 +298,6 @@ void
 test_fill_assign_3()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -341,7 +332,6 @@ void
 test_fill_assign_3_exception_guarantee()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -386,7 +376,6 @@ void
 test_fill_assign_4()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -430,7 +419,6 @@ void
 test_range_assign_2()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -460,7 +448,6 @@ void
 test_range_assign_3()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -492,7 +479,6 @@ void
 test_range_assign_4()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;
 
@@ -525,7 +511,6 @@ void
 test_range_assign_4_exception_guarantee()
 {
   // setup
-  bool test __attribute__((unused)) = true;
   typedef copy_tracker T;
   typedef std::vector<T, tracker_allocator<T> > X;