Remove dead code that surfaced when moved outside helper trait

This commit is contained in:
Anthony Ramine 2015-08-27 01:55:47 +02:00
parent c831c2c0a5
commit 275907f256
2 changed files with 1 additions and 17 deletions

View file

@ -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
}
}