Bug 650161 - Remove obsolete comment r=sfink DONTBUILD

This commit is contained in:
Jon Coppeard 2014-10-20 10:36:17 +01:00
parent d76c717d3c
commit f91fdd7365

View File

@ -2098,10 +2098,6 @@ CanRelocateZone(JSRuntime *rt, Zone *zone)
static bool
CanRelocateArena(ArenaHeader *arena)
{
/*
* We can't currently move global objects because their address can be baked
* into compiled code so we skip relocation of any area containing one.
*/
return arena->getAllocKind() <= FINALIZE_OBJECT_LAST;
}