Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 33e4d3edbaa735f0a5c447158e2db7e7a8718f2b..3ab2b6a857a535b6093ba73f8768c6cc354f0f5c 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -368,7 +368,6 @@ typedef List<HeapObject*, PreallocatedStorageAllocationPolicy> DebugObjectCache; |
V(unsigned, ast_node_count, 0) \ |
/* SafeStackFrameIterator activations count. */ \ |
V(int, safe_stack_iterator_counter, 0) \ |
- V(uint64_t, enabled_cpu_features, 0) \ |
V(CpuProfiler*, cpu_profiler, NULL) \ |
V(HeapProfiler*, heap_profiler, NULL) \ |
V(bool, observer_delivery_pending, false) \ |