| Index: src/crankshaft/lithium.cc
|
| diff --git a/src/crankshaft/lithium.cc b/src/crankshaft/lithium.cc
|
| index 93141ec36e35c1d406264ff8517ef766b5a69d33..94d60418fd9efcf0c0291a2eb2c95c44558a0617 100644
|
| --- a/src/crankshaft/lithium.cc
|
| +++ b/src/crankshaft/lithium.cc
|
| @@ -261,7 +261,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()) {}
|
|
|
|
|