Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 6e6da98d31e2842f202bd0c74132b77323c065b1..64f2823d4041d79713cd0045bb579d34162924c4 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -89,7 +89,6 @@ Heap::Heap() |
ms_count_(0), |
gc_count_(0), |
remembered_unmapped_pages_index_(0), |
- unflattened_strings_length_(0), |
#ifdef DEBUG |
allocation_timeout_(0), |
#endif // DEBUG |
@@ -402,7 +401,6 @@ void Heap::GarbageCollectionPrologue() { |
{ |
AllowHeapAllocation for_the_first_part_of_prologue; |
gc_count_++; |
- unflattened_strings_length_ = 0; |
if (FLAG_flush_code) { |
mark_compact_collector()->EnableCodeFlushing(true); |