projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a72da
)
Remove unused variables.
author
Bruno Haible
<bruno@clisp.org>
Wed, 16 Apr 2008 01:39:15 +0000
(
03:39
+0200)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 16 Apr 2008 01:39:15 +0000
(
03:39
+0200)
ChangeLog
patch
|
blob
|
history
lib/logl.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index af5da0078c1937896a895fe3871301639f81544a..a972f2eeb883fbb5c7b23cf6a2f8d69360cf6310 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2008-04-15 Bruno Haible <bruno@clisp.org>
+
+ * lib/logl.c (logl): Remove unused variables.
+
2008-04-15 Bruno Haible <bruno@clisp.org>
* 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 ffa6a9529db27cfbe3f92d72395518b4097f116f..4694645813a14faf21ab167a5b3337670ca0b0f3 100644
(file)
--- 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. */