From deba73a528c6905c87500c414595470d319cf1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 5 May 2019 13:27:55 +0200 Subject: [PATCH] Remove a useless MallocSizeOf implementation. Now that this is no longer used in AuthorStyles there's no point in doing this. --- components/malloc_size_of/lib.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/malloc_size_of/lib.rs b/components/malloc_size_of/lib.rs index a305f86f7cb..d65f8e957e4 100644 --- a/components/malloc_size_of/lib.rs +++ b/components/malloc_size_of/lib.rs @@ -777,12 +777,6 @@ impl 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 {