Remove unused symbol in mark-compact.h
Change-Id: I2992b0db7f403f682032f9b427c1f8c5238cf61e Reviewed-on: https://chromium-review.googlesource.com/1205290 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#55659}
This commit is contained in:
parent
b586b64276
commit
a05da3adfa
1
AUTHORS
1
AUTHORS
@ -162,6 +162,7 @@ Vladimir Krivosheev <develar@gmail.com>
|
||||
Vladimir Shutoff <vovan@shutoff.ru>
|
||||
Wiktor Garbacz <wiktor.garbacz@gmail.com>
|
||||
Xiaoyin Liu <xiaoyin.l@outlook.com>
|
||||
Yannic Bonenberger <contact@yannic-bonenberger.com>
|
||||
Yong Wang <ccyongwang@tencent.com>
|
||||
Yu Yin <xwafish@gmail.com>
|
||||
Zac Hansen <xaxxon@gmail.com>
|
||||
|
@ -500,8 +500,8 @@ class MarkCompactCollector final : public MarkCompactCollectorBase {
|
||||
}
|
||||
|
||||
HeapObject* PopBailout() {
|
||||
HeapObject* result;
|
||||
#ifdef V8_CONCURRENT_MARKING
|
||||
HeapObject* result;
|
||||
if (bailout_.Pop(kMainThread, &result)) return result;
|
||||
#endif
|
||||
return nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user