| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 6b690e1d20056b5970d95ee5f106f1204763df9f..1202a0c9f06cb8ba4e17b65d7d64408ba72379ed 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -763,9 +763,6 @@ struct InliningPhase {
|
| CommonOperatorReducer common_reducer(&graph_reducer, data->graph(),
|
| data->common(), data->machine());
|
| JSCallReducer::Flags call_reducer_flags = JSCallReducer::kNoFlags;
|
| - if (data->info()->is_bailout_on_uninitialized()) {
|
| - call_reducer_flags |= JSCallReducer::kBailoutOnUninitialized;
|
| - }
|
| if (data->info()->is_deoptimization_enabled()) {
|
| call_reducer_flags |= JSCallReducer::kDeoptimizationEnabled;
|
| }
|
|
|