From: Richard Kenner Date: Fri, 25 Mar 1994 19:02:00 +0000 (-0500) Subject: (f_rep): Remove decl of unused variable F1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9564807164fc0f0f863bd19880a73327ef001e2;p=gcc.git (f_rep): Remove decl of unused variable F1. From-SVN: r6880 --- diff --git a/gcc/enquire.c b/gcc/enquire.c index 46be9b04013..f7c6c9c5d02 100644 --- a/gcc/enquire.c +++ b/gcc/enquire.c @@ -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