Skip to content

Commit 9d45fad

Browse files
authored
Remove some dead, incorrect code (#2310)
Thanks to Christophe Coevoet for pointing this out.
1 parent 386445b commit 9d45fad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/parse/stylesheet.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,10 +2892,6 @@ abstract class StylesheetParser extends Parser {
28922892
wroteNewline = false;
28932893
}
28942894

2895-
case $slash when silentComments && scanner.peekChar(1) == $slash:
2896-
buffer.write(rawText(loudComment));
2897-
wroteNewline = false;
2898-
28992895
// Add a full interpolated identifier to handle cases like "#{...}--1",
29002896
// since "--1" isn't a valid identifier on its own.
29012897
case $hash when scanner.peekChar(1) == $lbrace:

0 commit comments

Comments
 (0)