[refactoring] remove unused scanner.Lexer.lastToken field

This commit is contained in:
Vadym Slizov 2020-05-18 01:03:20 +03:00
parent 3bee91c972
commit 4f79d47b1e

View File

@ -31,7 +31,6 @@ type Lexer struct {
TokenPool *TokenPool
HiddenTokens []token.Token
WithHiddenTokens bool
lastToken *Token
Errors []*errors.Error
NewLines NewLines
PHPVersion string