diff options
Diffstat (limited to 'components/net_traits/image_cache_thread.rs')
-rw-r--r-- | components/net_traits/image_cache_thread.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net_traits/image_cache_thread.rs b/components/net_traits/image_cache_thread.rs index 2381efbb997..8324bae8b23 100644 --- a/components/net_traits/image_cache_thread.rs +++ b/components/net_traits/image_cache_thread.rs @@ -6,7 +6,6 @@ use ipc_channel::ipc::{self, IpcSender}; use msg::constellation_msg::{Image, ImageMetadata}; use std::sync::Arc; use url::Url; -use util::mem::HeapSizeOf; /// This is optionally passed to the image cache when requesting /// and image, and returned to the specified event loop when the |