mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove unused imports.
This commit is contained in:
parent
9f0c6d75d1
commit
70653bfe08
10 changed files with 0 additions and 10 deletions
|
@ -784,7 +784,6 @@ pub type TrustedXHRAddress = Trusted<XMLHttpRequest>;
|
|||
|
||||
impl XMLHttpRequest {
|
||||
fn change_ready_state(&self, rs: XMLHttpRequestState) {
|
||||
use string_cache::Atom;
|
||||
assert!(self.ready_state.get() != rs);
|
||||
self.ready_state.set(rs);
|
||||
let global = self.global.root();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue