Skip to content

Commit 013a502

Browse files
committed
Remove unused code
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 5ff7570 commit 013a502

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Statements/ReplaceStatement.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ public function parse(Parser $parser, TokensList $list)
117117
);
118118
++$list->idx;
119119

120-
$token = $list->tokens[$list->idx];
121-
122120
/**
123121
* The state of the parser.
124122
*

0 commit comments

Comments
 (0)