Remove an unused import from xmlhttprequest.

This commit is contained in:
Ms2ger 2016-02-23 13:59:02 +01:00
parent dd5f338254
commit 2547fcb1e9

View file

@ -55,7 +55,6 @@ use std::ascii::AsciiExt;
use std::borrow::ToOwned;
use std::cell::{Cell, RefCell};
use std::default::Default;
use std::sync::mpsc::channel;
use std::sync::{Arc, Mutex};
use string_cache::Atom;
use time;