(buffer, inpoint): Remove unused variables.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Aug 1995 10:56:14 +0000 (06:56 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Aug 1995 10:56:14 +0000 (06:56 -0400)
From-SVN: r10290

gcc/bi-lexer.c

index a78b30d2e4625fc826bc405a2032838bd8bbaf40..6601c52c05b679c0f8cc0491b225de3e917c42cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Lexer for scanner of bytecode definition file.
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -22,10 +22,6 @@ Boston, MA 02111-1307, USA.  */
 #include "hconfig.h"
 #include "bi-parser.h"
 
-/* Current read buffer and point */
-static char *buffer = NULL;
-static char *inpoint = NULL;
-
 
 /* Safely allocate NBYTES bytes of memory.  Returns pointer to block of
    memory. */