]> gcc.gnu.org Git - gcc.git/commitdiff
(f_rep): Remove decl of unused variable F1.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:02:00 +0000 (14:02 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:02:00 +0000 (14:02 -0500)
From-SVN: r6880

gcc/enquire.c

index 46be9b040137cc82cb6f185880de52bdcf550aba..f7c6c9c5d026fbc0815272d030db79bbac249c1f 100644 (file)
@@ -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
This page took 0.062689 seconds and 5 git commands to generate.