Remove unused selector visitor argument.

This commit is contained in:
Josh Matthews 2017-08-24 18:17:25 -07:00
parent 2e775abfa4
commit ffa9dd1c7c
3 changed files with 1 additions and 3 deletions

View file

@ -39,7 +39,6 @@ pub trait SelectorVisitor {
/// Gets the combinator to the right of the selector, or `None` if the
/// selector is the rightmost one.
fn visit_complex_selector(&mut self,
_: SelectorIter<Self::Impl>,
_combinator_to_right: Option<Combinator>)
-> bool {
true