From 46ea78e9601f1ac0b84ec323c7f26e13c24aca43 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 1 Jun 2016 10:35:45 +0200 Subject: Fix some build warnings. --- components/script/script_thread.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/script_thread.rs') 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}; -- cgit v1.2.3