Index: src/crankshaft/lithium.cc |
diff --git a/src/crankshaft/lithium.cc b/src/crankshaft/lithium.cc |
index 3d4ada2067473e6b6d787fc64e045912427bed9e..a9a141cb2ab1c31f68090009518ab939e20ddcc9 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()) {} |