auto merge of #5431 : Ms2ger/servo/unused-imports, r=jdm

These became unused in f45db7714c; I don't know
why I didn't notice that.
This commit is contained in:
bors-servo 2015-03-28 11:07:03 -06:00
commit 2b9bfb9af3

View file

@ -19,8 +19,6 @@ use encoding::types::{EncodingRef, EncoderTrap};
use std::collections::HashMap; use std::collections::HashMap;
use std::collections::hash_map::Entry::{Occupied, Vacant}; use std::collections::hash_map::Entry::{Occupied, Vacant};
use std::fmt::radix;
use std::ascii::OwnedAsciiExt;
#[dom_struct] #[dom_struct]
pub struct URLSearchParams { pub struct URLSearchParams {