| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 28d7e2a5a4629de6ac562ad6e9b18cd47c960316..8eeb04f0cd4b2ea868113a299498ed939143aca7 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -959,8 +959,6 @@ class Heap {
|
|
|
| void IncrementDeferredCount(v8::Isolate::UseCounterFeature feature);
|
|
|
| - bool concurrent_sweeping_enabled() { return concurrent_sweeping_enabled_; }
|
| -
|
| inline bool OldGenerationAllocationLimitReached();
|
|
|
| void QueueMemoryChunkForFree(MemoryChunk* chunk);
|
| @@ -2363,8 +2361,6 @@ class Heap {
|
|
|
| bool deserialization_complete_;
|
|
|
| - bool concurrent_sweeping_enabled_;
|
| -
|
| StrongRootsList* strong_roots_list_;
|
|
|
| ArrayBufferTracker* array_buffer_tracker_;
|
|
|