diff options
Diffstat (limited to 'newlib/libc/stdlib/ldtoa.c')
-rw-r--r-- | newlib/libc/stdlib/ldtoa.c | 3 |
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; |