Commit 24f89e3d by Richard Kenner

(expand_units): Remove decl of unused variable.

From-SVN: r6884
parent c9309570
......@@ -1802,8 +1802,6 @@ expand_units ()
for (unit = units; unit; unit = unit->next)
{
rtx min_issue = make_numeric_value (unit->issue_delay.min);
unit->condexp = check_attr_test (unit->condexp, 0);
for (op = unit->ops; op; op = op->next)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment