From: Bruno Haible Date: Wed, 16 Apr 2008 01:39:15 +0000 (+0200) Subject: Remove unused variables. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c38d72875ec56c4b2c250717d458e70b2cb97ef;p=pspp Remove unused variables. --- diff --git a/ChangeLog b/ChangeLog index af5da0078c..a972f2eeb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-15 Bruno Haible + + * lib/logl.c (logl): Remove unused variables. + 2008-04-15 Bruno Haible * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8 diff --git a/lib/logl.c b/lib/logl.c index ffa6a9529d..4694645813 100644 --- a/lib/logl.c +++ b/lib/logl.c @@ -190,8 +190,7 @@ long double logl(long double x) { long double z, y, w; - long double u, t; - unsigned int m; + long double t; int k, e; /* Check for IEEE special cases. */