| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index b0c5035c7b1857a47c1b7e9f9e1e48a9099bed1a..2e380622a47e8d8d69c9688d683f6fec88551f17 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -901,12 +901,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);
|
| -
|
| // Invoke the JavaScript function in the given register. Changes the
|
| // current context to the context in the function before invoking.
|
| void InvokeFunction(Register function,
|
|
|