Remove unused functions

This commit is contained in:
datadiode
2015-01-17 13:26:23 +01:00
parent 50753bb808
commit 09d352ac13
2 changed files with 0 additions and 25 deletions

View File

@@ -187,7 +187,6 @@ private:
typedef std::deque<ErrorInfo> Errors;
bool expectToken(TokenType type, Token& token, const char* message);
bool readToken(Token& token);
void skipSpaces();
bool match(Location pattern, int patternLength);