DONTBUILD

(No bug): Remove inaccurate comment for js::gc::CellIter r=billm on IRC
This commit is contained in:
Jim Blandy 2012-10-05 17:32:41 -07:00
parent 9b1cdd0fbe
commit 998fa206dc

View File

@ -328,11 +328,6 @@ class CellIterUnderGC : public CellIterImpl
}
};
/*
* When using the iterator outside the GC the caller must ensure that no GC or
* allocations of GC things are possible and that the background finalization
* for the given thing kind is not enabled or is done.
*/
class CellIter : public CellIterImpl
{
ArenaLists *lists;