1
0
mirror of synced 2024-12-13 14:56:01 +03:00

removed unneded variable

This commit is contained in:
Stefan Klug 2012-09-22 17:28:27 +02:00
parent 1e1f34f9cb
commit bf54c22cd9

View File

@ -509,7 +509,6 @@ class Parser
{
$lookaheadType = $this->lexer->lookahead['type'];
$peek = $this->lexer->peek();
$nextpeek = $this->lexer->peek();
$this->lexer->resetPeek();