Commit b9564807 by Richard Kenner

(f_rep): Remove decl of unused variable F1.

From-SVN: r6880
parent e58d0b9b
......@@ -933,7 +933,6 @@ char *fake_f_rep(type, val) char *type; Long_double val; {
char *f_rep(precision, val) int precision; Long_double val; {
/* Return the floating representation of val */
static char buf[1024];
char *f1;
#ifdef NO_LONG_DOUBLE_IO
if (1)
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment