diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-06-27 00:21:45 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-03 17:55:13 +0100 |
commit | 35b990d2c175dffb3b9e94532d3167a4a0d9ff1b (patch) | |
tree | 04183e5f0030464dc5acdaeaba167dfe12615aca /js/src/gc | |
parent | 9f11cad700d8f7fdf07dd655515bf5790a4295a4 (diff) | |
download | aura-central-35b990d2c175dffb3b9e94532d3167a4a0d9ff1b.tar.gz |
Remove unused compileBarriers()
Diffstat (limited to 'js/src/gc')
-rw-r--r-- | js/src/gc/Zone.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/gc/Zone.h b/js/src/gc/Zone.h index 84d6f03dd..50d06319d 100644 --- a/js/src/gc/Zone.h +++ b/js/src/gc/Zone.h @@ -253,8 +253,6 @@ struct Zone : public JS::shadow::Zone, // possibly at other times too. uint64_t gcNumber(); - bool compileBarriers() const { return needsIncrementalBarrier(); } - enum ShouldUpdateJit { DontUpdateJit, UpdateJit }; void setNeedsIncrementalBarrier(bool needs, ShouldUpdateJit updateJit); const bool* addressOfNeedsIncrementalBarrier() const { return &needsIncrementalBarrier_; } |