Index: src/snapshot.h |
diff --git a/src/snapshot.h b/src/snapshot.h |
index 6d4bf95391578012302ced4ce021c0ebebf863a3..384e655c5693caed379cf738682919f9884e1db7 100644 |
--- a/src/snapshot.h |
+++ b/src/snapshot.h |
@@ -23,31 +23,9 @@ class Snapshot { |
private: |
static const byte data_[]; |
- static const byte* raw_data_; |
- static const byte context_data_[]; |
- static const byte* context_raw_data_; |
- static const int new_space_used_; |
- static const int pointer_space_used_; |
- static const int data_space_used_; |
- static const int code_space_used_; |
- static const int map_space_used_; |
- static const int cell_space_used_; |
- static const int property_cell_space_used_; |
- static const int lo_space_used_; |
- static const int context_new_space_used_; |
- static const int context_pointer_space_used_; |
- static const int context_data_space_used_; |
- static const int context_code_space_used_; |
- static const int context_map_space_used_; |
- static const int context_cell_space_used_; |
- static const int context_property_cell_space_used_; |
- static const int context_lo_space_used_; |
static const int size_; |
- static const int raw_size_; |
+ static const byte context_data_[]; |
static const int context_size_; |
- static const int context_raw_size_; |
- |
- static void ReserveSpaceForLinkedInSnapshot(Deserializer* deserializer); |
DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot); |
}; |