C++: Remove Lexer::{tokenOffset(),tokenLength()}

The necessary data can be retrieved by the resulting Token.

Change-Id: I79afb23183c156240c690beff30bb11dfe943e61
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2014-02-25 11:38:32 -03:00
parent 6f63f6b647
commit a9c15c0bf5
3 changed files with 1 additions and 10 deletions

View File

@@ -44,9 +44,6 @@ public:
inline void operator()(Token *tok)
{ scan(tok); }
unsigned tokenOffset() const;
unsigned tokenLength() const;
bool scanCommentTokens() const;
void setScanCommentTokens(bool onoff);