mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove dead store (no bug, r=me)
This commit is contained in:
parent
b0126e4074
commit
e6880f1d41
@ -160,14 +160,12 @@ ReportStrictSlot(JSContext *cx, uint32 slot)
|
||||
static JSBool
|
||||
obj_getSlot(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
||||
{
|
||||
uint32 slot;
|
||||
jsid propid;
|
||||
JSAccessMode mode;
|
||||
uintN attrs;
|
||||
JSObject *pobj;
|
||||
JSClass *clasp;
|
||||
|
||||
slot = (uint32) JSVAL_TO_INT(id);
|
||||
if (id == INT_TO_JSVAL(JSSLOT_PROTO)) {
|
||||
propid = ATOM_TO_JSID(cx->runtime->atomState.protoAtom);
|
||||
mode = JSACC_PROTO;
|
||||
|
Loading…
Reference in New Issue
Block a user