simplifying Scanner::reset()

This commit is contained in:
Lefteris Karapetsas 2014-12-01 01:05:55 +01:00
parent 21fdd84c09
commit 4b84507310

View File

@ -150,9 +150,7 @@ void Scanner::reset(CharStream const& _source)
skipWhitespace();
scanToken();
m_currentToken = m_nextToken;
m_skippedComment = m_nextSkippedComment;
scanToken();
next();
}