mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove unused selector visitor argument.
This commit is contained in:
parent
2e775abfa4
commit
ffa9dd1c7c
3 changed files with 1 additions and 3 deletions
|
@ -1652,7 +1652,6 @@ impl<'a> SelectorVisitor for StylistSelectorVisitor<'a> {
|
|||
|
||||
fn visit_complex_selector(
|
||||
&mut self,
|
||||
_: SelectorIter<SelectorImpl>,
|
||||
combinator: Option<Combinator>
|
||||
) -> bool {
|
||||
self.needs_revalidation =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue