From 0df564e54c26cab44383e1b2111d5948b8ec46b4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 14:17:23 -0500 Subject: [PATCH] (read_rtx): Remove decl of unused variable STRINGBUFSIZE. From-SVN: r6891 --- gcc/rtl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/rtl.c b/gcc/rtl.c index 7d44425853d..6f29f7f7005 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -1,5 +1,5 @@ /* Allocate and read RTL for GNU C Compiler. - Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1991, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -699,7 +699,6 @@ read_rtx (infile) { int saw_paren = 0; register char *stringbuf; - int stringbufsize; c = read_skip_spaces (infile); if (c == '(') -- 2.30.2