mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Remove unused global variable. rs=brendan, npotb.
--HG-- extra : rebase_source : 1f04ea043d3e1ff7abfcad517c0f9ff597b19ea4
This commit is contained in:
parent
21fc8d17c2
commit
02a77617f4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user