Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 7996aee3156258004f5fc2bd88ace497a574329a..3dea9eefcc0ff854709d38f8e2984aa678a810b1 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -66,11 +66,6 @@ void ArrayNArgumentsConstructorStub::InitializeDescriptor( |
} |
-void InternalArrayNoArgumentConstructorStub::InitializeDescriptor( |
- CodeStubDescriptor* descriptor) { |
- InitializeInternalArrayConstructorDescriptor(isolate(), descriptor, 0); |
-} |
- |
void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) { |
Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; |
descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE); |