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