From: Richard Kenner Date: Mon, 28 Aug 1995 10:56:14 +0000 (-0400) Subject: (buffer, inpoint): Remove unused variables. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4bef7f6a62b1271a28656824ca835ca38966ac0;p=gcc.git (buffer, inpoint): Remove unused variables. From-SVN: r10290 --- diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c index a78b30d2e46..6601c52c05b 100644 --- a/gcc/bi-lexer.c +++ b/gcc/bi-lexer.c @@ -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. */