Removed JSStackFrame::callee (bug 512029, r=brendan).

This commit is contained in:
David Anderson
2009-08-24 17:09:44 -07:00
parent 549beb6004
commit a708df760c
12 changed files with 52 additions and 58 deletions

View File

@@ -735,7 +735,6 @@ js_NewGenerator(JSContext *cx, JSStackFrame *fp)
/* Copy call-invariant script and function references. */
gen->frame.script = fp->script;
gen->frame.callee = fp->callee;
gen->frame.fun = fp->fun;
/* Use slots to carve space out of gen->slots. */