Index: src/crankshaft/lithium.cc |
diff --git a/src/crankshaft/lithium.cc b/src/crankshaft/lithium.cc |
index 8cf3a3f0e6a982a497939e3caf08a48cdf8c6f11..7716f76c6b6c70ef776035b3c9253eb8c1aab37b 100644 |
--- a/src/crankshaft/lithium.cc |
+++ b/src/crankshaft/lithium.cc |
@@ -260,7 +260,6 @@ LChunk::LChunk(CompilationInfo* info, HGraph* graph) |
graph_(graph), |
instructions_(32, info->zone()), |
pointer_maps_(8, info->zone()), |
- inlined_functions_(1, info->zone()), |
deprecation_dependencies_(32, info->zone()), |
stability_dependencies_(8, info->zone()) {} |