Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 02b3a7ee65e91206023b833311f2ed9a375d1e23..f9ccf00adcdd2f8d9b1d0d9bfd0f91cd421fb59a 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; |