(break_out_subroutines): Remove decl of unused variable.

From-SVN: r6885
This commit is contained in:
Richard Kenner 1994-03-25 14:13:46 -05:00
parent 24f89e3de0
commit 87bd049049
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* 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.
@ -955,7 +955,7 @@ break_out_subroutines (head, type, initial)
int initial;
{
int size = 0;
struct decision *node, *sub;
struct decision *sub;
for (sub = head.first; sub; sub = sub->next)
size += 1 + break_out_subroutines (sub->success, type, 0);