summaryrefslogtreecommitdiffstats
path: root/js/src/jsgc.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-06-26 23:40:37 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-03 17:45:38 +0100
commit77a482feace5aed4a61245d5894994a50517aa40 (patch)
tree034061dde92820c8a1474e8ec2415ef9816d75d6 /js/src/jsgc.h
parentcec903c6b2fd64b076d4b3232ef8f6bf02eebead (diff)
downloadUXP-77a482feace5aed4a61245d5894994a50517aa40.tar
UXP-77a482feace5aed4a61245d5894994a50517aa40.tar.gz
UXP-77a482feace5aed4a61245d5894994a50517aa40.tar.lz
UXP-77a482feace5aed4a61245d5894994a50517aa40.tar.xz
UXP-77a482feace5aed4a61245d5894994a50517aa40.zip
Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.
Diffstat (limited to 'js/src/jsgc.h')
-rw-r--r--js/src/jsgc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/js/src/jsgc.h b/js/src/jsgc.h
index c0d86781d..7ad176d84 100644
--- a/js/src/jsgc.h
+++ b/js/src/jsgc.h
@@ -1264,16 +1264,6 @@ enum VerifierType {
PreBarrierVerifier
};
-static inline void
-VerifyBarriers(JSRuntime* rt, VerifierType type)
-{
-}
-
-static inline void
-MaybeVerifyBarriers(JSContext* cx, bool always = false)
-{
-}
-
/*
* Instances of this class set the |JSRuntime::suppressGC| flag for the duration
* that they are live. Use of this class is highly discouraged. Please carefully