From 87bd049049eb74a30888efb63c2b5c2fccca4fcf Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 14:13:46 -0500 Subject: [PATCH] (break_out_subroutines): Remove decl of unused variable. From-SVN: r6885 --- gcc/genrecog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/genrecog.c b/gcc/genrecog.c index fb7a3a19b4e..c0d31d26973 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -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); -- 2.30.2