Commit 0df564e5 by Richard Kenner

(read_rtx): Remove decl of unused variable STRINGBUFSIZE.

From-SVN: r6891
parent f81c389d
/* Allocate and read RTL for GNU C Compiler. /* 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. This file is part of GNU CC.
...@@ -699,7 +699,6 @@ read_rtx (infile) ...@@ -699,7 +699,6 @@ read_rtx (infile)
{ {
int saw_paren = 0; int saw_paren = 0;
register char *stringbuf; register char *stringbuf;
int stringbufsize;
c = read_skip_spaces (infile); c = read_skip_spaces (infile);
if (c == '(') if (c == '(')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment