(dconst[012], dconstm1): Remove redundant definition.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 10:34:26 +0000 (06:34 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 10:34:26 +0000 (06:34 -0400)
From-SVN: r5603

gcc/bc-emit.c

index b5d038c14e09bb9d121187821fbbff49701f187c..8b2e750c0b1accff03b27404ace0cdc29c1cb9ff 100644 (file)
@@ -39,12 +39,6 @@ extern void free ();
 
 extern struct obstack *rtl_obstack;
 
-REAL_VALUE_TYPE dconst0;
-REAL_VALUE_TYPE dconst1;
-REAL_VALUE_TYPE dconst2;
-REAL_VALUE_TYPE dconstm1;
-
-
 /* Indexed by mode class, gives the narrowest mode for each class.  */
 
 enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS];