removed unneded variable
This commit is contained in:
parent
1e1f34f9cb
commit
bf54c22cd9
@ -509,7 +509,6 @@ class Parser
|
||||
{
|
||||
$lookaheadType = $this->lexer->lookahead['type'];
|
||||
$peek = $this->lexer->peek();
|
||||
$nextpeek = $this->lexer->peek();
|
||||
|
||||
$this->lexer->resetPeek();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user