| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 1487163422b3d49d0b053e2bdaef1f96766c16ba..e109b20990b99507ce17a26e966213737f6778d0 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -326,13 +326,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,
|
|
|