From aafff8520832abd4983d9b21cbed3809443ba7f5 Mon Sep 17 00:00:00 2001 From: Michael Tremel Date: Sat, 8 Aug 2015 00:02:12 -0700 Subject: [PATCH] Remove unneeded import. --- components/devtools_traits/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs index 0183f325c65..16218f911dc 100644 --- a/components/devtools_traits/lib.rs +++ b/components/devtools_traits/lib.rs @@ -37,7 +37,6 @@ use ipc_channel::ipc::IpcSender; use time::Duration; use std::net::TcpStream; -use std::sync::mpsc::{Receiver, Sender}; // Information would be attached to NewGlobal to be received and show in devtools. // Extend these fields if we need more information.