From 317add552832fc8315e4a6ed0bdb095a0371f3a8 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 3 Sep 2013 09:06:03 -0700 Subject: [PATCH] Warning police --- src/components/script/dom/bindings/utils.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/script/dom/bindings/utils.rs b/src/components/script/dom/bindings/utils.rs index 9c7c8147e9f..be8259be454 100644 --- a/src/components/script/dom/bindings/utils.rs +++ b/src/components/script/dom/bindings/utils.rs @@ -10,7 +10,6 @@ use script_task::page_from_context; use std::libc::c_uint; use std::cast; -use std::cell::Cell; use std::hashmap::HashMap; use std::libc; use std::ptr; @@ -30,8 +29,7 @@ use js::jsapi::{JS_NewStringCopyN, JS_DefineFunctions, JS_DefineProperty}; use js::jsapi::{JS_ValueToString, JS_GetReservedSlot, JS_SetReservedSlot}; use js::jsapi::{JSContext, JSObject, JSBool, jsid, JSClass, JSNative}; use js::jsapi::{JSFunctionSpec, JSPropertySpec, JSVal, JSPropertyDescriptor}; -use js::jsapi::{JSFreeOp, JSTracer}; -use js::jsapi::{JSPropertyOp, JSStrictPropertyOp, JSEnumerateOp, JSResolveOp, JSConvertOp}; +use js::jsapi::{JSPropertyOp, JSStrictPropertyOp}; use js::jsfriendapi::bindgen::JS_NewObjectWithUniqueType; use js::rust::Compartment; use js::{JSPROP_ENUMERATE, JSVAL_NULL};