1
0
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:
Stefano Arlandini 2020-12-01 23:13:30 +01:00 committed by Nikita Popov
parent 2816485126
commit bc7a9bf9c2

View File

@ -85,7 +85,6 @@ class Lexer
$scream = ini_set('xdebug.scream', '0');
error_clear_last();
$this->tokens = @token_get_all($code);
$this->postprocessTokens($errorHandler);