Index: src/heap/mark-compact-inl.h |
diff --git a/src/heap/mark-compact-inl.h b/src/heap/mark-compact-inl.h |
index 934fce847dbfb787b6d6c1adba95c876ee0b946f..742ffeacb9c5c289a4099aef2ced46045b5bc03c 100644 |
--- a/src/heap/mark-compact-inl.h |
+++ b/src/heap/mark-compact-inl.h |
@@ -23,7 +23,6 @@ MarkBit Marking::MarkBitFrom(Address addr) { |
void MarkCompactCollector::SetFlags(int flags) { |
- sweep_precisely_ = ((flags & Heap::kSweepPreciselyMask) != 0); |
reduce_memory_footprint_ = ((flags & Heap::kReduceMemoryFootprintMask) != 0); |
abort_incremental_marking_ = |
((flags & Heap::kAbortIncrementalMarkingMask) != 0); |