Skip to content

Commit de486a7

Browse files
committed
Unused variable
1 parent 9224dd9 commit de486a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sabberworm/CSS/Parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ private function parseCharacter($bIsForIdentifier) {
206206
if ($this->comes('\n') || $this->comes('\r')) {
207207
return '';
208208
}
209-
$aMatches;
210209
if (preg_match('/[0-9a-fA-F]/Su', $this->peek()) === 0) {
211210
return $this->consume(1);
212211
}

0 commit comments

Comments
 (0)