removed unneded variable
This commit is contained in:
parent
1e1f34f9cb
commit
bf54c22cd9
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue