Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 3db029e61021f87628087d286fefec3c89e1bf86..3c3607e177bae8bc3bcab1fcb2f1632432ff45bd 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -970,7 +970,6 @@ |
List<Page*> evacuation_candidates_; |
SmartPointer<FreeList> free_list_old_space_; |
- SmartPointer<FreeList> free_list_code_space_; |
friend class Heap; |
}; |