diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 23:46:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 23:46:51 +0000 |
commit | 4ba9dfc1e3ab4302795d8480de3f14dda8e2ca7d (patch) | |
tree | 8875b50b5e6306d6de00182a38b81e08faae5664 /test/math | |
parent | b9cf3835367a7005693419fb06a2402a68176c1f (diff) |
remove unused variable
Diffstat (limited to 'test/math')
-rw-r--r-- | test/math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc index a0d08cefb..bcd941c1a 100644 --- a/test/math/libm-test.inc +++ b/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; |