Browse Source

remove unused variable

Mike Frysinger 20 years ago
parent
commit
4ba9dfc1e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/math/libm-test.inc

+ 1 - 1
test/math/libm-test.inc

@@ -4293,7 +4293,7 @@ int
 main (int argc, char **argv)
 {
 
-  int key, remaining;
+  int key;
 
   verbose = 1;
   output_ulps = 0;