From 673dabf7ec3631e1f9a12a82c53fae20dd8e22fa Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 16 Jul 2010 20:47:18 +1000 Subject: Removed dead comments. --- src/ExternalLexer.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx index ba0f52ab3..02b7eaa8d 100644 --- a/src/ExternalLexer.cxx +++ b/src/ExternalLexer.cxx @@ -65,8 +65,6 @@ LexerLibrary::LexerLibrary(const char *ModuleName) { // Find functions in the DLL GetLexerNameFn GetLexerName = (GetLexerNameFn)(sptr_t)lib->FindFunction("GetLexerName"); - //ExtLexerFunction fnLexer = (ExtLexerFunction)(sptr_t)lib->FindFunction("Lex"); - //ExtFoldFunction fnFolder = (ExtFoldFunction)(sptr_t)lib->FindFunction("Fold"); GetLexerFactoryFunction fnFactory = (GetLexerFactoryFunction)(sptr_t)lib->FindFunction("GetLexerFactory"); // Assign a buffer for the lexer name. @@ -107,7 +105,6 @@ LexerLibrary::~LexerLibrary() { } void LexerLibrary::Release() { - //TODO maintain a list of lexers created, and delete them! LexerMinder *lm; LexerMinder *lmNext; lm = first; -- cgit v1.2.3