summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-30 23:46:51 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-30 23:46:51 +0000
commit4ba9dfc1e3ab4302795d8480de3f14dda8e2ca7d (patch)
tree8875b50b5e6306d6de00182a38b81e08faae5664 /test
parentb9cf3835367a7005693419fb06a2402a68176c1f (diff)
remove unused variable
Diffstat (limited to 'test')
-rw-r--r--test/math/libm-test.inc2
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;