| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 81cdc3b702b917cd6eab144839cbbd93b36cbd2c..fb1a1650538d43189b43d79c0e6e974a03772cab 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -106,8 +106,6 @@
|
| static Callable Construct(Isolate* isolate);
|
| static Callable ConstructFunction(Isolate* isolate);
|
|
|
| - static Callable InterpreterPushArgsAndCallIC(Isolate* isolate,
|
| - TailCallMode tail_call_mode);
|
| static Callable InterpreterPushArgsAndCall(Isolate* isolate,
|
| TailCallMode tail_call_mode);
|
| static Callable InterpreterPushArgsAndConstruct(Isolate* isolate);
|
|
|