summaryrefslogtreecommitdiff
path: root/m4/remainderl.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-29 19:51:16 +0100
committerBruno Haible <bruno@clisp.org>2012-02-29 19:51:16 +0100
commitea346fbdca66ab2d3bca40f65def36014ba6e432 (patch)
treeb205aa192bab63221bfa3beebd8adb77382fd5e7 /m4/remainderl.m4
parentb856fadc1c8dcb53e7efcbb2d0ae7edc022fdb6a (diff)
downloadgnulib-ea346fbdca66ab2d3bca40f65def36014ba6e432.tar.gz
Remove unused variables.
* m4/fmod.m4 (gl_FUNC_FMOD): Remove unused variable 'i'. * m4/fmodl.m4 (gl_FUNC_FMODL): Likewise. * m4/remainder.m4 (gl_FUNC_REMAINDER): Likewise. * m4/remainderl.m4 (gl_FUNC_REMAINDERL): Likewise.
Diffstat (limited to 'm4/remainderl.m4')
-rw-r--r--m4/remainderl.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/remainderl.m4 b/m4/remainderl.m4
index 9bd2f3808b..4526bfd955 100644
--- a/m4/remainderl.m4
+++ b/m4/remainderl.m4
@@ -60,7 +60,6 @@ static long double dummy (long double x, long double y) { return 0; }
int main (int argc, char *argv[])
{
long double (*my_remainderl) (long double, long double) = argc ? remainderl : dummy;
- long double i;
long double f;
/* Test remainderl(...,0.0L).
This test fails on OSF/1 5.1. */