Remove unused import in components/net/resource_task.rs

This commit is contained in:
Mathieu Rheaume 2015-09-09 02:14:31 -04:00
parent 8525495265
commit 5c807311de

View file

@ -29,7 +29,7 @@ use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
use std::borrow::ToOwned;
use std::boxed::FnBox;
use std::sync::{Arc, Mutex};
use std::sync::{Arc};
use std::sync::mpsc::{channel, Sender};