Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index f4c8ef3f1e696fcd2f78924245b15480cbe2a46b..94dc6ee8ee506e3055ce51f2cf0cbb4baae778c8 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -189,7 +189,6 @@ namespace internal { |
V(PropertyCell, empty_property_cell, EmptyPropertyCell) \ |
V(Object, weak_stack_trace_list, WeakStackTraceList) \ |
V(Object, noscript_shared_function_infos, NoScriptSharedFunctionInfos) \ |
- V(FixedArray, interpreter_table, InterpreterTable) \ |
V(Map, bytecode_array_map, BytecodeArrayMap) \ |
V(WeakCell, empty_weak_cell, EmptyWeakCell) |