| Index: src/compiler/js-intrinsic-lowering.h
|
| diff --git a/src/compiler/js-intrinsic-lowering.h b/src/compiler/js-intrinsic-lowering.h
|
| index d8e1102afaab7dc67259b3877effc586d505c429..dad343b533fb7803c90445a9764683ac3aa53dd3 100644
|
| --- a/src/compiler/js-intrinsic-lowering.h
|
| +++ b/src/compiler/js-intrinsic-lowering.h
|
| @@ -66,7 +66,6 @@ class JSIntrinsicLowering final : public AdvancedReducer {
|
| Reduction ReduceToPrimitive(Node* node);
|
| Reduction ReduceToString(Node* node);
|
| Reduction ReduceCall(Node* node);
|
| - Reduction ReduceTailCall(Node* node);
|
| Reduction ReduceGetSuperConstructor(Node* node);
|
|
|
| Reduction Change(Node* node, const Operator* op);
|
|
|