Remove unused global variable. rs=brendan, npotb.

--HG--
extra : rebase_source : 1f04ea043d3e1ff7abfcad517c0f9ff597b19ea4
This commit is contained in:
Jason Orendorff 2011-02-21 13:10:37 -06:00
parent 21fc8d17c2
commit 02a77617f4

View File

@ -3639,7 +3639,6 @@ resolver_resolve(JSContext *cx, JSObject *obj, jsid id, uintN flags, JSObject **
JS_ALWAYS_TRUE(JS_GetReservedSlot(cx, obj, 0, &v));
return CopyProperty(cx, obj, JSVAL_TO_OBJECT(v), id, flags, objp);
}
static JSNewResolveOp resolver_resolve_check = resolver_resolve;
static JSBool
resolver_enumerate(JSContext *cx, JSObject *obj)