summaryrefslogtreecommitdiffstats
path: root/js/src/gc
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-06-26 23:14:55 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-03 17:43:40 +0100
commit548e31e1ed8512662d8c0676bd059766e884be8e (patch)
tree2d3e53208f214e3f60eaa60df6dbd28c4dd17f87 /js/src/gc
parent95badd197469e377bbed2319b8c5ee1e9581fa12 (diff)
downloadUXP-548e31e1ed8512662d8c0676bd059766e884be8e.tar
UXP-548e31e1ed8512662d8c0676bd059766e884be8e.tar.gz
UXP-548e31e1ed8512662d8c0676bd059766e884be8e.tar.lz
UXP-548e31e1ed8512662d8c0676bd059766e884be8e.tar.xz
UXP-548e31e1ed8512662d8c0676bd059766e884be8e.zip
Remove needZealousGC()
Diffstat (limited to 'js/src/gc')
-rw-r--r--js/src/gc/GCRuntime.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h
index cc558c2db..0e6969055 100644
--- a/js/src/gc/GCRuntime.h
+++ b/js/src/gc/GCRuntime.h
@@ -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 */