| Index: src/mips64/code-stubs-mips64.cc
|
| diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc
|
| index 97f5b73f9c1687eeab491b9b3824e70d1caefcaa..9bb431d4cf04c4421458a25fb770a7b102d59d97 100644
|
| --- a/src/mips64/code-stubs-mips64.cc
|
| +++ b/src/mips64/code-stubs-mips64.cc
|
| @@ -32,11 +32,6 @@ void ArrayNArgumentsConstructorStub::Generate(MacroAssembler* masm) {
|
| __ TailCallRuntime(Runtime::kNewArray);
|
| }
|
|
|
| -void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| - Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry;
|
| - descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
|
| -}
|
| -
|
| void FastFunctionBindStub::InitializeDescriptor(
|
| CodeStubDescriptor* descriptor) {
|
| Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry;
|
|
|