mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
DONTBUILD
(No bug): Remove inaccurate comment for js::gc::CellIter r=billm on IRC
This commit is contained in:
parent
9b1cdd0fbe
commit
998fa206dc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user