From 2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Sun, 15 May 2016 22:24:26 +0300 Subject: Removed unused imports This fixes #11185. --- components/script/timers.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/script/timers.rs') diff --git a/components/script/timers.rs b/components/script/timers.rs index 473b2fc030c..c680fe408bc 100644 --- a/components/script/timers.rs +++ b/components/script/timers.rs @@ -7,7 +7,6 @@ use dom::bindings::cell::DOMRefCell; use dom::bindings::codegen::Bindings::FunctionBinding::Function; use dom::bindings::global::GlobalRef; use dom::bindings::reflector::Reflectable; -use dom::bindings::trace::JSTraceable; use dom::window::ScriptHelpers; use dom::xmlhttprequest::XHRTimeoutCallback; use euclid::length::Length; @@ -15,7 +14,6 @@ use heapsize::HeapSizeOf; use ipc_channel::ipc::IpcSender; use js::jsapi::{HandleValue, Heap, RootedValue}; use js::jsval::{JSVal, UndefinedValue}; -use num_traits::Saturating; use script_traits::{MsDuration, precise_time_ms}; use script_traits::{TimerEvent, TimerEventId, TimerEventRequest, TimerSource}; use std::cell::Cell; -- cgit v1.2.3