diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 14:17:23 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 14:17:23 -0500 |
commit | 0df564e54c26cab44383e1b2111d5948b8ec46b4 (patch) | |
tree | 517cfe8db7787e630eadc42b77377fc77fc14b73 /gcc | |
parent | f81c389dd5ab09a0d19a9b1a999b55cc01cad04b (diff) | |
download | gcc-0df564e54c26cab44383e1b2111d5948b8ec46b4.zip gcc-0df564e54c26cab44383e1b2111d5948b8ec46b4.tar.gz gcc-0df564e54c26cab44383e1b2111d5948b8ec46b4.tar.bz2 |
(read_rtx): Remove decl of unused variable STRINGBUFSIZE.
From-SVN: r6891
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rtl.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 == '(') |