mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Remove pushZealSelectedObjects() and caller
This commit is contained in:
parent
55743711cc
commit
7e54c3428c
2 changed files with 0 additions and 9 deletions
|
|
@ -5307,11 +5307,6 @@ AutoGCSlice::~AutoGCSlice()
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
GCRuntime::pushZealSelectedObjects()
|
||||
{
|
||||
}
|
||||
|
||||
static bool
|
||||
IsShutdownGC(JS::gcreason::Reason reason)
|
||||
{
|
||||
|
|
@ -5357,9 +5352,6 @@ GCRuntime::incrementalCollectSlice(SliceBudget& budget, JS::gcreason::Reason rea
|
|||
return;
|
||||
}
|
||||
|
||||
if (!destroyingRuntime)
|
||||
pushZealSelectedObjects();
|
||||
|
||||
incrementalState = State::Mark;
|
||||
|
||||
MOZ_FALLTHROUGH;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue