Skip to content

Commit

Permalink
Remove unused methods (#1702)
Browse files Browse the repository at this point in the history
Those protected methods have been removed from the StatementSearchVisitor
  • Loading branch information
stof committed May 25, 2022
1 parent e69d903 commit 46c2c9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/ast/sass/statement/mixin_rule.dart
Expand Up @@ -54,7 +54,4 @@ class _HasContentVisitor extends StatementSearchVisitor<bool> {
const _HasContentVisitor();

bool visitContentRule(_) => true;
bool? visitArgumentInvocation(_) => null;
bool? visitSupportsCondition(_) => null;
bool? visitInterpolation(_) => null;
}

0 comments on commit 46c2c9b

Please sign in to comment.