mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Remove clearZealMode(mode)
This commit is contained in:
parent
0c01eb7ec6
commit
c3cf90ca74
1 changed files with 0 additions and 2 deletions
|
|
@ -600,7 +600,6 @@ class GCRuntime
|
|||
void finishRoots();
|
||||
void finish();
|
||||
|
||||
inline void clearZealMode(ZealMode mode);
|
||||
inline bool upcomingZealousGC();
|
||||
inline bool needZealousGC();
|
||||
|
||||
|
|
@ -1354,7 +1353,6 @@ class MOZ_RAII AutoMaybeStartBackgroundAllocation
|
|||
}
|
||||
};
|
||||
|
||||
inline void GCRuntime::clearZealMode(ZealMode mode) { }
|
||||
inline bool GCRuntime::upcomingZealousGC() { return false; }
|
||||
inline bool GCRuntime::needZealousGC() { return false; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue