mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Bug 1495643 - Remove unused declaration r=jonco
--HG-- extra : rebase_source : 4de2c48e3d1b62a9f3a3c191b2606479894585b5 extra : histedit_source : 42204cc35b588eaf800c063507899802d323807e
This commit is contained in:
parent
d8ff0e4ced
commit
bf9c377e3d
@ -753,14 +753,6 @@ class JS_PUBLIC_API(AutoDisableGenerationalGC)
|
||||
extern JS_PUBLIC_API(bool)
|
||||
IsGenerationalGCEnabled(JSRuntime* rt);
|
||||
|
||||
/**
|
||||
* Returns the GC's "number". This does not correspond directly to the number
|
||||
* of GCs that have been run, but is guaranteed to be monotonically increasing
|
||||
* with GC activity.
|
||||
*/
|
||||
extern JS_PUBLIC_API(size_t)
|
||||
GetGCNumber();
|
||||
|
||||
/**
|
||||
* Pass a subclass of this "abstract" class to callees to require that they
|
||||
* never GC. Subclasses can use assertions or the hazard analysis to ensure no
|
||||
|
Loading…
x
Reference in New Issue
Block a user