Skip to content

Commit bc7a9bf

Browse files
ste93crynikic
authored andcommitted
Remove useless code left from old implementation
1 parent 2816485 commit bc7a9bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/PhpParser/Lexer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function startLexing(string $code, ErrorHandler $errorHandler = null) {
8585

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

88-
error_clear_last();
8988
$this->tokens = @token_get_all($code);
9089
$this->postprocessTokens($errorHandler);
9190

0 commit comments

Comments
 (0)