From: Richard Kenner Date: Fri, 25 Mar 1994 19:09:34 +0000 (-0500) Subject: (main): Remove decl of unused variable MAX_ISSUE_TIME. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c930957018e6fb82c56e1a1bd6bd2901b626227f;p=gcc.git (main): Remove decl of unused variable MAX_ISSUE_TIME. From-SVN: r6883 --- diff --git a/gcc/genattr.c b/gcc/genattr.c index 6137851cf78..818983e6da3 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -1,6 +1,6 @@ /* Generate attribute information (insn-attr.h) from machine description. - Copyright (C) 1991 Free Software Foundation, Inc. - Contributed by Richard Kenner (kenner@nyu.edu) + Copyright (C) 1991, 1994 Free Software Foundation, Inc. + Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GNU CC. @@ -391,7 +391,6 @@ from the machine description file `md'. */\n\n"); for (unit = units; unit; unit = unit->next) { struct range blockage; - int max_issue_time = MAX (unit->issue_delay.max, 1); blockage = unit->issue_delay; blockage.max = MAX (unit->ready_cost.max