]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/unique_ptr/assign/move_array.cc
testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / unique_ptr / assign / move_array.cc
index c11d75708dd56a09bc857b48d6b13ad2b5512cab..5c06bc08827d14a8fed116642df77b13d6e3e6f8 100644 (file)
@@ -28,8 +28,6 @@ struct D : public B {};
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   D *d = new D[3];
   std::unique_ptr<D[]> p1(d);
   std::unique_ptr<D[]> p2;