소스 검색

remove unused variable

Mike Frysinger 20 년 전
부모
커밋
4ba9dfc1e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;