From f4bef7f6a62b1271a28656824ca835ca38966ac0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 28 Aug 1995 06:56:14 -0400 Subject: [PATCH] (buffer, inpoint): Remove unused variables. From-SVN: r10290 --- gcc/bi-lexer.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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. */ -- 2.30.2