Skip to content

Commit

Permalink
Remove some dead, incorrect code (#2310)
Browse files Browse the repository at this point in the history
Thanks to Christophe Coevoet for pointing this out.
  • Loading branch information
nex3 committed Aug 16, 2024
1 parent 386445b commit 9d45fad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/parse/stylesheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2892,10 +2892,6 @@ abstract class StylesheetParser extends Parser {
wroteNewline = false;
}

case $slash when silentComments && scanner.peekChar(1) == $slash:
buffer.write(rawText(loudComment));
wroteNewline = false;

// Add a full interpolated identifier to handle cases like "#{...}--1",
// since "--1" isn't a valid identifier on its own.
case $hash when scanner.peekChar(1) == $lbrace:
Expand Down

0 comments on commit 9d45fad

Please sign in to comment.