Commit f4bef7f6 by Richard Kenner

(buffer, inpoint): Remove unused variables.

From-SVN: r10290
parent abc95ed3
/* Lexer for scanner of bytecode definition file. /* 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. This file is part of GNU CC.
...@@ -22,10 +22,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -22,10 +22,6 @@ Boston, MA 02111-1307, USA. */
#include "hconfig.h" #include "hconfig.h"
#include "bi-parser.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 /* Safely allocate NBYTES bytes of memory. Returns pointer to block of
memory. */ memory. */
......
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