From 957d4c384203bdc325c81a594943a5790dcb32aa Mon Sep 17 00:00:00 2001 From: ken Date: Thu, 27 Oct 2016 19:01:32 -0700 Subject: [PATCH] rm current_open_file --- src/apc/lexer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/apc/lexer.c b/src/apc/lexer.c index 63b17b6..940ee81 100644 --- a/src/apc/lexer.c +++ b/src/apc/lexer.c @@ -47,8 +47,6 @@ int dredge_current_depth(void); extern //bison YYSTYPE yylval; static -FILE* current_open_file; -static char const* current_filename; static struct tok @@ -93,7 +91,6 @@ int lexer_init () { TK_INIT(); DE_INIT(); - current_open_file = NULL; current_filename = NULL; return scanner_init(); } -- 2.18.0