Skip to content

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
Closes #1861
  • Loading branch information
nex3 committed Jan 4, 2023
1 parent 5522c17 commit 63df042
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/src/parse/stylesheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -766,11 +766,6 @@ abstract class StylesheetParser extends Parser {

/// Consumes a query expression of the form `(foo: bar)`.
Interpolation _atRootQuery() {
if (scanner.peekChar() == $hash) {
var interpolation = singleInterpolation();
return Interpolation([interpolation], interpolation.span);
}

var start = scanner.state;
var buffer = InterpolationBuffer();
scanner.expectChar($lparen);
Expand Down

0 comments on commit 63df042

Please sign in to comment.