Auto merge of #7091 - mt2d2:unused_imports_devtools, r=SimonSapin

Remove unneeded import.

This fixes #7087.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7091)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-08 02:18:34 -06:00
commit 23b81326cc

View file

@ -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.