Index: src/snapshot/partial-serializer.h |
diff --git a/src/snapshot/partial-serializer.h b/src/snapshot/partial-serializer.h |
index 0bf61dd05558b365dfae733da6d9cbca8e23d838..ddaba5f08e2998b6d96ceddea4b79df765420601 100644 |
--- a/src/snapshot/partial-serializer.h |
+++ b/src/snapshot/partial-serializer.h |
@@ -50,7 +50,6 @@ class PartialSerializer : public Serializer { |
bool ShouldBeInThePartialSnapshotCache(HeapObject* o); |
Serializer* startup_serializer_; |
- Object* global_object_; |
PartialCacheIndexMap partial_cache_index_map_; |
int next_partial_cache_index_; |
DISALLOW_COPY_AND_ASSIGN(PartialSerializer); |