Explorar el Código

remove unused variable

Mike Frysinger hace 21 años
padre
commit
4ba9dfc1e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;