summaryrefslogtreecommitdiff
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
commit83c0e8b25ac2b404f691a3f6bf6f832a457c18e0 (patch)
tree2d3e53208f214e3f60eaa60df6dbd28c4dd17f87
parentd81b335a8e661c240c1017a95e2bffa522fb2efe (diff)
downloadaura-central-83c0e8b25ac2b404f691a3f6bf6f832a457c18e0.tar.gz
Remove needZealousGC()
-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 */