]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/array/iterators/end_is_one_past.cc
57619.C: Rename to 57619.cc.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / array / iterators / end_is_one_past.cc
index a24fc6cef9027fd79408001ef6eda3bf4bc8de58..d3eb094fadcf87f76693a616b0192740a59c2b05 100644 (file)
@@ -23,8 +23,6 @@
 void
 test01() 
 {
-  bool test __attribute__((unused)) = true;
-
   const size_t len = 5;
   typedef std::array<int, len> array_type;
   array_type a = { { 0, 1, 2, 3, 4 } };