From b97f6b86b85553acd3863ee18a67b8868e0ea7b4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Jan 2020 13:31:51 +0100 Subject: Refactor, fix missing files --- lexer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lexer.h') diff --git a/lexer.h b/lexer.h index b46808b..2b6d77d 100644 --- a/lexer.h +++ b/lexer.h @@ -53,7 +53,6 @@ public: Lexer(const BNF& bnf, const std::string& Top); std::vector Lex(const std::string& s); - static void PreprocessorTokensToTokens(std::vector& tokens); }; -- cgit v1.2.3