summaryrefslogtreecommitdiff
path: root/m4/fmod.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fmod.m4')
-rw-r--r--m4/fmod.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/fmod.m4 b/m4/fmod.m4
index 26b1c72601..67cf49ac7b 100644
--- a/m4/fmod.m4
+++ b/m4/fmod.m4
@@ -40,7 +40,6 @@ int main (int argc, char *argv[])
{
double (*my_fmod) (double, double) = argc ? fmod : dummy;
int result = 0;
- double i;
double f;
/* Test fmod(...,0.0).
This test fails on OSF/1 5.1. */