diff --git a/floating.c b/floating.c --- a/floating.c +++ b/floating.c @@ -10,7 +10,6 @@ double *getValues (int elements) { double *values; - int i; if ((values = calloc (elements + 1, sizeof (double))) == NULL)