Index: src/heap/mark-compact.cc |
diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc |
index 4fa3341b9587c35b7a2c1b5df33e9505e986c1de..7d959d209c94e93365fe18a6d9d0f9fd471e9497 100644 |
--- a/src/heap/mark-compact.cc |
+++ b/src/heap/mark-compact.cc |
@@ -62,7 +62,6 @@ MarkCompactCollector::MarkCompactCollector(Heap* heap) |
embedder_heap_tracer_(nullptr), |
have_code_to_deoptimize_(false), |
compacting_(false), |
- pending_compaction_tasks_semaphore_(0), |
sweeper_(heap) { |
} |