mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 20:04:48 +01:00
Remove useless code left from old implementation
This commit is contained in:
parent
2816485126
commit
bc7a9bf9c2
@ -85,7 +85,6 @@ class Lexer
|
|||||||
|
|
||||||
$scream = ini_set('xdebug.scream', '0');
|
$scream = ini_set('xdebug.scream', '0');
|
||||||
|
|
||||||
error_clear_last();
|
|
||||||
$this->tokens = @token_get_all($code);
|
$this->tokens = @token_get_all($code);
|
||||||
$this->postprocessTokens($errorHandler);
|
$this->postprocessTokens($errorHandler);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user