| Index: src/compiler/instruction-selector-impl.h
|
| diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h
|
| index 276bfa9611ee49c11624e8657833824a1b6f82a8..c9c1571beb41f7708b1ae2d9cb9588bb477ee2d3 100644
|
| --- a/src/compiler/instruction-selector-impl.h
|
| +++ b/src/compiler/instruction-selector-impl.h
|
| @@ -347,10 +347,6 @@ struct CallBuffer {
|
| ? 0
|
| : (frame_state_descriptor->size() + 1);
|
| }
|
| -
|
| - int control_count() const {
|
| - return descriptor->CanLazilyDeoptimize() ? 2 : 0;
|
| - }
|
| };
|
|
|
| } // namespace compiler
|
|
|