(read_rtx): Remove decl of unused variable STRINGBUFSIZE.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:17:23 +0000 (14:17 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:17:23 +0000 (14:17 -0500)
From-SVN: r6891

gcc/rtl.c

index 7d44425..6f29f7f 100644 (file)
--- 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 == '(')