aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storage.rs
diff options
context:
space:
mode:
authorKishor Bhat <kishorbhat@gmail.com>2016-01-17 12:41:28 +0530
committerKishor Bhat <kishorbhat@gmail.com>2016-01-17 12:41:28 +0530
commit1ca2073979a6223d97a6e8f5d5ebe03a00a7e249 (patch)
tree3608d483daedcc888d9ea86ab2c93c626c695f22 /components/script/dom/storage.rs
parent5a954d2492195aab2f3bd5a8d2775ef5c586689d (diff)
downloadservo-1ca2073979a6223d97a6e8f5d5ebe03a00a7e249.tar.gz
servo-1ca2073979a6223d97a6e8f5d5ebe03a00a7e249.zip
Remove unused imports in script
Diffstat (limited to 'components/script/dom/storage.rs')
-rw-r--r--components/script/dom/storage.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/storage.rs b/components/script/dom/storage.rs
index f3829ddec6a..39664098b64 100644
--- a/components/script/dom/storage.rs
+++ b/components/script/dom/storage.rs
@@ -17,7 +17,6 @@ use ipc_channel::ipc;
use net_traits::storage_thread::{StorageThread, StorageThreadMsg, StorageType};
use page::IterablePage;
use script_thread::{MainThreadRunnable, MainThreadScriptMsg, ScriptThread};
-use std::sync::mpsc::channel;
use url::Url;
use util::str::DOMString;