]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/gen1.cc
isblank.cc: Remove 'test' variables.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 5_numerical_facilities / random / subtract_with_carry / cons / gen1.cc
index 68914e75cf33c017819038c7a6637c6cc6af189d..d9bfe043fd2cf1d9c9f51e518189b83515ed9f8d 100644 (file)
@@ -36,7 +36,6 @@ gen()
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std::tr1;
 
   subtract_with_carry<unsigned long, (1UL << 24), 10, 24> x(gen);