(main): Remove decl of unused variable MAX_ISSUE_TIME.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:09:34 +0000 (14:09 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:09:34 +0000 (14:09 -0500)
From-SVN: r6883

gcc/genattr.c

index 6137851cf78f296e74e8d7ab6c74a460a8d6df1c..818983e6da39834f22f6608f8ab19dd0b8602850 100644 (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