From a8b74f4255fbd6d9a38ae66e7f91f17fc3425616 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 5 Oct 1993 06:34:26 -0400 Subject: [PATCH] (dconst[012], dconstm1): Remove redundant definition. From-SVN: r5603 --- gcc/bc-emit.c | 6 ------ 1 file changed, 6 deletions(-) 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]; -- 2.30.2