Commit aeec6e1b authored by Hannes Payer's avatar Hannes Payer Committed by V8 LUCI CQ

[heap] Remove unused IsMarkingIncomplete().

Change-Id: I5523f61627cab0ff0b921e51038396c642dad017
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3351784Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
Commit-Queue: Hannes Payer <hpayer@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78424}
parent 8b03b95f
...@@ -114,8 +114,6 @@ class V8_EXPORT_PRIVATE IncrementalMarking final { ...@@ -114,8 +114,6 @@ class V8_EXPORT_PRIVATE IncrementalMarking final {
inline bool IsMarking() const { return state() >= MARKING; } inline bool IsMarking() const { return state() >= MARKING; }
inline bool IsMarkingIncomplete() const { return state() == MARKING; }
inline bool IsComplete() const { return state() == COMPLETE; } inline bool IsComplete() const { return state() == COMPLETE; }
inline bool IsReadyToOverApproximateWeakClosure() const { inline bool IsReadyToOverApproximateWeakClosure() const {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment