| Index: src/compiler/raw-machine-assembler.h
|
| diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h
|
| index d4db8c1db09195843b92f6fffe326c772eded282..6033e4cc9f9726e396242a912d4941167cfc70f0 100644
|
| --- a/src/compiler/raw-machine-assembler.h
|
| +++ b/src/compiler/raw-machine-assembler.h
|
| @@ -521,9 +521,6 @@ class RawMachineAssembler {
|
| Node* frame_state);
|
| // Tail call the given call descriptor and the given arguments.
|
| Node* TailCallN(CallDescriptor* call_descriptor, Node* function, Node** args);
|
| - // Call through CallFunctionStub with lazy deopt and frame-state.
|
| - Node* CallFunctionStub0(Node* function, Node* receiver, Node* context,
|
| - Node* frame_state, CallFunctionFlags flags);
|
| // Call to a runtime function with one arguments.
|
| Node* CallRuntime1(Runtime::FunctionId function, Node* arg0, Node* context);
|
| // Call to a runtime function with two arguments.
|
|
|