Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-02-05 20:14:35 +0300
committerJeff Johnston <jjohnstn@redhat.com>2002-02-05 20:14:35 +0300
commit27478365a283d54112eac1bb0b3af7686cc59160 (patch)
tree1cf828ec78061ad99065569f4e6f29f9ba3709a3 /newlib/libc/stdlib/ldtoa.c
parent1c4bd58770c6131257b8830f2354944bfe3122b1 (diff)
2002-02-05 Manik Raina <manik@cisco.com>
* libc/misc/dprintf (parse_number): #if 0 unused function. * libc/stdlib/ldtoa.c (_ldcheck): Remove unused local variables s, p, k, and outstr. * libc/stdlib/dtoa.c (_dtoa_r): Initialize mlo.
Diffstat (limited to 'newlib/libc/stdlib/ldtoa.c')
-rw-r--r--newlib/libc/stdlib/ldtoa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/stdlib/ldtoa.c b/newlib/libc/stdlib/ldtoa.c
index 0a4c3230f..da652dd42 100644
--- a/newlib/libc/stdlib/ldtoa.c
+++ b/newlib/libc/stdlib/ldtoa.c
@@ -2838,11 +2838,8 @@ int
_ldcheck (long double *d)
{
unsigned short e[NI];
-char *s, *p;
-int k;
LDPARMS rnd;
LDPARMS *ldp = &rnd;
-char *outstr;
rnd.rlast = -1;
rnd.rndprc = NBITS;