Remove remaining unused imports

This commit is contained in:
Matthew Kuo 2016-01-17 20:55:53 -08:00
parent eb7b9309dd
commit 9d2eacf039
3 changed files with 0 additions and 3 deletions

View file

@ -7,7 +7,6 @@ use net_traits::storage_thread::{StorageThread, StorageThreadMsg, StorageType};
use std::borrow::ToOwned;
use std::collections::BTreeMap;
use std::collections::HashMap;
use std::sync::mpsc::channel;
use url::Url;
use util::thread::spawn_named;