Skip to content

Commit 3476f28

Browse files
authored
Remove unused variable
1 parent 07e182b commit 3476f28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tokenizers/Tokenizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ public function replaceTabsInToken(&$token, $prefix=' ', $padding=' ', $tabWidth
638638
}
639639

640640
// Process the tab that comes after the content.
641-
$lastCurrColumn = $currColumn;
642641
$tabNum++;
643642

644643
// Move the pointer to the next tab stop.

0 commit comments

Comments
 (0)