mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove unused code from selector and style crates
This commit is contained in:
parent
8dc7a25893
commit
642b7c3ea1
9 changed files with 1 additions and 101 deletions
|
@ -194,11 +194,6 @@ impl<E: TElement> StyleBloom<E> {
|
|||
Some(popped_element)
|
||||
}
|
||||
|
||||
/// Returns true if the bloom filter is empty.
|
||||
pub fn is_empty(&self) -> bool {
|
||||
self.elements.is_empty()
|
||||
}
|
||||
|
||||
/// Returns the DOM depth of elements that can be correctly
|
||||
/// matched against the bloom filter (that is, the number of
|
||||
/// elements in our list).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue