(main): Remove decl of unused variable MAX_ISSUE_TIME.

From-SVN: r6883
This commit is contained in:
Richard Kenner 1994-03-25 14:09:34 -05:00
parent 55575a9d2b
commit c930957018
1 changed files with 2 additions and 3 deletions

View File

@ -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