Skip to content

Commit 324cf4b

Browse files
committed
[4.3] Remove unused local variables
1 parent 7fbd58a commit 324cf4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function parse(string $value, int $flags = 0)
8585
$this->refs = [];
8686

8787
$mbEncoding = null;
88-
$data = null;
8988

9089
if (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) {
9190
$mbEncoding = mb_internal_encoding();

0 commit comments

Comments
 (0)