| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index b9eb7fef59faa715a924bf1a2a574e32937eb2cc..baeee867ac3f5878089bf63f48060c568c9510f3 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -349,13 +349,6 @@ class MacroAssembler: public Assembler {
|
| InvokeFlag flag,
|
| const CallWrapper& call_wrapper);
|
|
|
| - void InvokeCode(Handle<Code> code,
|
| - const ParameterCount& expected,
|
| - const ParameterCount& actual,
|
| - RelocInfo::Mode rmode,
|
| - InvokeFlag flag,
|
| - const CallWrapper& call_wrapper);
|
| -
|
| // Invoke the JavaScript function in the given register. Changes the
|
| // current context to the context in the function before invoking.
|
| void InvokeFunction(Register function,
|
|
|