Remove unused variables.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 15:23:24 +0000 (16:23 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 15:55:14 +0000 (16:55 +0100)
* m4/fmodf.m4 (gl_FUNC_FMODF): Remove unused variable 'i'.
* m4/remainderf.m4 (gl_FUNC_REMAINDERF): Likewise.

ChangeLog
m4/fmodf.m4
m4/remainderf.m4

index 625c856..5970930 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-03-10  Bruno Haible  <bruno@clisp.org>
 
+       Remove unused variables.
+       * m4/fmodf.m4 (gl_FUNC_FMODF): Remove unused variable 'i'.
+       * m4/remainderf.m4 (gl_FUNC_REMAINDERF): Likewise.
+
+2012-03-10  Bruno Haible  <bruno@clisp.org>
+
        isnanf-nolibm: Fix last commit.
        * lib/isnanf-nolibm.h [IRIX]: Don't include <ieeefp.h>. Declare isnanf.
 
index d4279c7..df3ac74 100644 (file)
@@ -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.  */
index 8cb15ec..8ac9905 100644 (file)
@@ -1,4 +1,4 @@
-# remainderf.m4 serial 5
+# remainderf.m4 serial 6
 dnl Copyright (C) 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,
@@ -82,7 +82,6 @@ static float dummy (float x, float y) { return 0; }
 int main (int argc, char *argv[])
 {
   float (*my_remainderf) (float, float) = argc ? remainderf : dummy;
-  float i;
   float f;
   /* Test remainderf(...,0.0f).
      This test fails on OSF/1 5.1.  */