diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-01 10:35:45 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-01 10:35:45 +0200 |
commit | 46ea78e9601f1ac0b84ec323c7f26e13c24aca43 (patch) | |
tree | 6fe7ecc64347b964e966f4c761467c836740cd2c /components/script/script_thread.rs | |
parent | 09e6f4ac546a77294d9af7fe0ff0bc344be8de91 (diff) | |
download | servo-46ea78e9601f1ac0b84ec323c7f26e13c24aca43.tar.gz servo-46ea78e9601f1ac0b84ec323c7f26e13c24aca43.zip |
Fix some build warnings.
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 7f4c8673b65..3671fbbb538 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -88,7 +88,6 @@ use std::borrow::ToOwned; use std::cell::{Cell, RefCell}; use std::collections::HashSet; use std::option::Option; -use std::ptr; use std::rc::Rc; use std::result::Result; use std::sync::atomic::{Ordering, AtomicBool}; |