mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Remove needZealousGC()
This commit is contained in:
parent
3723589e52
commit
344da7aee8
1 changed files with 0 additions and 4 deletions
|
|
@ -600,8 +600,6 @@ class GCRuntime
|
|||
void finishRoots();
|
||||
void finish();
|
||||
|
||||
inline bool needZealousGC();
|
||||
|
||||
MOZ_MUST_USE bool addRoot(Value* vp, const char* name);
|
||||
void removeRoot(Value* vp);
|
||||
void setMarkStackLimit(size_t limit, AutoLockGC& lock);
|
||||
|
|
@ -1352,8 +1350,6 @@ class MOZ_RAII AutoMaybeStartBackgroundAllocation
|
|||
}
|
||||
};
|
||||
|
||||
inline bool GCRuntime::needZealousGC() { return false; }
|
||||
|
||||
} /* namespace gc */
|
||||
|
||||
} /* namespace js */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue