| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index 966214be8cadc73e2309d7775a40e4d94bf9d9e3..224b490bdd8ea28a697bc3a28322c0d4989c0eb5 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -33,11 +33,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;
|
|
|