| Index: src/compiler/raw-machine-assembler.h
|
| diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h
|
| index 8382d583cf20c62f9737f23bb335fca861c815bf..e926fd3f79d50a22410f6ea95282eda3b4a34e35 100644
|
| --- a/src/compiler/raw-machine-assembler.h
|
| +++ b/src/compiler/raw-machine-assembler.h
|
| @@ -732,9 +732,6 @@ class V8_EXPORT_PRIVATE RawMachineAssembler {
|
| Node* arg1, Node* arg2, Node* arg3, Node* arg4,
|
| Node* arg5, Node* arg6, Node* arg7);
|
|
|
| - // Tail call the given call descriptor and the given arguments.
|
| - Node* TailCallN(CallDescriptor* call_descriptor, Node* function, Node** args);
|
| -
|
| // ===========================================================================
|
| // The following utility methods deal with control flow, hence might switch
|
| // the current basic block or create new basic blocks for labels.
|
|
|