mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove a useless MallocSizeOf implementation.
Now that this is no longer used in AuthorStyles there's no point in doing this.
This commit is contained in:
parent
d89e4ad4f3
commit
deba73a528
1 changed files with 0 additions and 6 deletions
|
@ -777,12 +777,6 @@ impl<Impl: selectors::parser::SelectorImpl> MallocSizeOf
|
|||
}
|
||||
}
|
||||
|
||||
impl MallocSizeOf for selectors::context::QuirksMode {
|
||||
fn size_of(&self, _ops: &mut MallocSizeOfOps) -> usize {
|
||||
0
|
||||
}
|
||||
}
|
||||
|
||||
impl MallocSizeOf for Void {
|
||||
#[inline]
|
||||
fn size_of(&self, _ops: &mut MallocSizeOfOps) -> usize {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue