mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Remove unused methods (#1702)
Those protected methods have been removed from the StatementSearchVisitor
This commit is contained in:
parent
e69d90320a
commit
46c2c9b1a9
@ -54,7 +54,4 @@ class _HasContentVisitor extends StatementSearchVisitor<bool> {
|
||||
const _HasContentVisitor();
|
||||
|
||||
bool visitContentRule(_) => true;
|
||||
bool? visitArgumentInvocation(_) => null;
|
||||
bool? visitSupportsCondition(_) => null;
|
||||
bool? visitInterpolation(_) => null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user