summaryrefslogtreecommitdiff
path: root/project2/files/configFlexLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/files/configFlexLexer.h')
-rw-r--r--project2/files/configFlexLexer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/files/configFlexLexer.h b/project2/files/configFlexLexer.h
index 177f11c..180c1fa 100644
--- a/project2/files/configFlexLexer.h
+++ b/project2/files/configFlexLexer.h
@@ -9,7 +9,6 @@ class configFlexLexer : public yyFlexLexer {
configFlexLexer(std::istream & in, const ConfigConsumer & consume, const Options::CurrentPlatform &);
int yylex();
- void LexerOutput(const char *, int) override;
void LexerError(const char * msg) override;
private: