From 584fb66e81e8f063f5c46c66a54fa9787576e6ca Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 30 Sep 2015 10:00:57 -0700 Subject: [PATCH] Remove unused import in net_traits --- components/net_traits/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index 754e6cc3567..3aa81ddbd20 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -35,7 +35,6 @@ use ipc_channel::ipc::{self, IpcReceiver, IpcSender}; use msg::constellation_msg::{PipelineId}; use regex::Regex; use serde::{Deserializer, Serializer}; -use std::sync::mpsc::Receiver; use std::thread; use url::Url; use util::mem::HeapSizeOf;