]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/list/allocator/move.cc
57619.C: Rename to 57619.cc.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / list / allocator / move.cc
index 81bee4ec73636c9ec9a184fcc7b512c397d4e813..98c988f3015769e84506564abb324937d3fa7474 100644 (file)
@@ -27,7 +27,6 @@ using __gnu_test::uneq_allocator;
 
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   typedef uneq_allocator<T> alloc_type;
   typedef std::list<T, alloc_type> test_type;
   test_type v1(alloc_type(1));
@@ -41,7 +40,6 @@ void test01()
 
 void test02()
 {
-  bool test __attribute__((unused)) = true;
   typedef uneq_allocator<T> alloc_type;
   typedef std::list<T, alloc_type> test_type;
   test_type v1(alloc_type(1));