From: Richard Kenner Date: Tue, 5 Oct 1993 10:34:26 +0000 (-0400) Subject: (dconst[012], dconstm1): Remove redundant definition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8b74f4255fbd6d9a38ae66e7f91f17fc3425616;p=gcc.git (dconst[012], dconstm1): Remove redundant definition. From-SVN: r5603 --- diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index b5d038c14e0..8b2e750c0b1 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -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];