summaryrefslogtreecommitdiff
path: root/m4/fmodf.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-10 16:23:24 +0100
committerBruno Haible <bruno@clisp.org>2012-03-10 16:55:14 +0100
commit7272990957a8aa5559b3b8f95e319bbcedd9f140 (patch)
tree639a30d321caf5631c92327928983810a9794e6b /m4/fmodf.m4
parentadecc2333d64407a5d8263351154d05691122e6e (diff)
downloadgnulib-7272990957a8aa5559b3b8f95e319bbcedd9f140.tar.gz
Remove unused variables.
* m4/fmodf.m4 (gl_FUNC_FMODF): Remove unused variable 'i'. * m4/remainderf.m4 (gl_FUNC_REMAINDERF): Likewise.
Diffstat (limited to 'm4/fmodf.m4')
-rw-r--r--m4/fmodf.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/fmodf.m4 b/m4/fmodf.m4
index d4279c7967..df3ac74c51 100644
--- a/m4/fmodf.m4
+++ b/m4/fmodf.m4
@@ -1,4 +1,4 @@
-# fmodf.m4 serial 3
+# fmodf.m4 serial 4
dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -46,7 +46,6 @@ static float dummy (float x, float y) { return 0; }
int main (int argc, char *argv[])
{
float (*my_fmodf) (float, float) = argc ? fmodf : dummy;
- float i;
float f;
/* Test fmodf(...,0.0f).
This test fails on OSF/1 5.1. */