Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 5612630c0494f909dc42c1a345d016226e812a0c..80edee9c7bbb2d4770e085dca84327d8d14a31dd 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -333,8 +333,6 @@ class HashMap; |
typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache; |
#define ISOLATE_INIT_LIST(V) \ |
- /* AssertNoZoneAllocation state. */ \ |
- V(bool, zone_allow_allocation, true) \ |
/* SerializerDeserializer state. */ \ |
V(int, serialize_partial_snapshot_cache_length, 0) \ |
/* Assembler state. */ \ |