Skip to content

Commit

Permalink
Remove useless code left from old implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93cry authored and nikic committed Dec 2, 2020
1 parent 2816485 commit bc7a9bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/PhpParser/Lexer.php
Expand Up @@ -85,7 +85,6 @@ public function startLexing(string $code, ErrorHandler $errorHandler = null) {

$scream = ini_set('xdebug.scream', '0');

error_clear_last();
$this->tokens = @token_get_all($code);
$this->postprocessTokens($errorHandler);

Expand Down

0 comments on commit bc7a9bf

Please sign in to comment.