aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-25 14:17:23 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-25 14:17:23 -0500
commit0df564e54c26cab44383e1b2111d5948b8ec46b4 (patch)
tree517cfe8db7787e630eadc42b77377fc77fc14b73 /gcc
parentf81c389dd5ab09a0d19a9b1a999b55cc01cad04b (diff)
downloadgcc-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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 7d44425..6f29f7f 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 == '(')