diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-06-26 23:40:37 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-03 17:45:38 +0100 |
commit | 77a482feace5aed4a61245d5894994a50517aa40 (patch) | |
tree | 034061dde92820c8a1474e8ec2415ef9816d75d6 /js/src/jsgc.h | |
parent | cec903c6b2fd64b076d4b3232ef8f6bf02eebead (diff) | |
download | uxp-77a482feace5aed4a61245d5894994a50517aa40.tar.gz |
Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.
Diffstat (limited to 'js/src/jsgc.h')
-rw-r--r-- | js/src/jsgc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/js/src/jsgc.h b/js/src/jsgc.h index c0d86781d5..7ad176d84e 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 |