mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
Bug 761510 - Followup: remove unused variable in opt builds.
This commit is contained in:
parent
c6ba1ec99f
commit
fa5bf4cd95
@ -55,8 +55,7 @@ SetFunctionKinds(FunctionBox *funbox, bool *isHeavyweight, bool topInFunction, b
|
||||
if (funbox->kids)
|
||||
SetFunctionKinds(funbox->kids, isHeavyweight, topInFunction, isDirectEval);
|
||||
|
||||
JSFunction *fun = funbox->function();
|
||||
JS_ASSERT(fun->isInterpreted());
|
||||
JS_ASSERT(funbox->function()->isInterpreted());
|
||||
if (pn->isKind(PNK_UPVARS)) {
|
||||
/*
|
||||
* We loop again over all upvars, and for each non-free upvar,
|
||||
|
Loading…
Reference in New Issue
Block a user