Commit 87bd0490 by Richard Kenner

(break_out_subroutines): Remove decl of unused variable.

From-SVN: r6885
parent 24f89e3d
/* Generate code from machine description to recognize rtl as insns. /* Generate code from machine description to recognize rtl as insns.
Copyright (C) 1987, 1988, 1992, 1993 Free Software Foundation, Inc. Copyright (C) 1987, 1988, 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -955,7 +955,7 @@ break_out_subroutines (head, type, initial) ...@@ -955,7 +955,7 @@ break_out_subroutines (head, type, initial)
int initial; int initial;
{ {
int size = 0; int size = 0;
struct decision *node, *sub; struct decision *sub;
for (sub = head.first; sub; sub = sub->next) for (sub = head.first; sub; sub = sub->next)
size += 1 + break_out_subroutines (sub->success, type, 0); size += 1 + break_out_subroutines (sub->success, type, 0);
......
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