Bug 782993 - Part 2: Tidy unused parts of FreeOp r=billm

This commit is contained in:
Jon Coppeard
2012-08-21 09:58:30 +01:00
parent aba021d9ca
commit bb114a0564
4 changed files with 9 additions and 17 deletions

View File

@@ -174,7 +174,7 @@ js::FinishAtomState(JSRuntime *rt)
return;
}
FreeOp fop(rt, false, false);
FreeOp fop(rt, false);
for (AtomSet::Range r = state->atoms.all(); !r.empty(); r.popFront())
r.front().asPtr()->finalize(&fop);
}