]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/equal.cc
1.cc: Remove 'test' variables.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 26_numerics / random / gamma_distribution / operators / equal.cc
index 57d1ab43dd0cb798fbe734f16d3b64d9b5964bf4..88259ae9989ed6e7bdfb36fc2fbae371bc959eec 100644 (file)
@@ -28,8 +28,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::gamma_distribution<double> u(1.5, 3.0), v, w;
 
   VERIFY( v == w );