mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove dead code that surfaced when moved outside helper trait
This commit is contained in:
parent
c831c2c0a5
commit
275907f256
2 changed files with 1 additions and 17 deletions
|
@ -208,10 +208,6 @@ impl NodeIterator {
|
|||
Filter::Callback(ref callback) => callback.AcceptNode_(self, node, Rethrow)
|
||||
}
|
||||
}
|
||||
|
||||
fn is_root_node(&self, node: &Node) -> bool {
|
||||
JS::from_ref(node) == self.root_node
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue