From: Richard Kenner Date: Fri, 25 Mar 1994 19:17:23 +0000 (-0500) Subject: (read_rtx): Remove decl of unused variable STRINGBUFSIZE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0df564e54c26cab44383e1b2111d5948b8ec46b4;p=gcc.git (read_rtx): Remove decl of unused variable STRINGBUFSIZE. From-SVN: r6891 --- 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 == '(')