Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index a2e1a27b953b851db28ff9b85b0568a0aae22dc2..130664d65c524c8322341382c752ea33c60d7dc7 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -87,15 +87,6 @@ void RegExpConstructResultStub::InitializeInterfaceDescriptor( |
} |
-void KeyedStoreFastElementStub::InitializeInterfaceDescriptor( |
- CodeStubInterfaceDescriptor* descriptor) { |
- Register registers[] = { a2, a1, a0 }; |
- descriptor->Initialize( |
- ARRAY_SIZE(registers), registers, |
- FUNCTION_ADDR(KeyedStoreIC_MissFromStubFailure)); |
-} |
- |
- |
void TransitionElementsKindStub::InitializeInterfaceDescriptor( |
CodeStubInterfaceDescriptor* descriptor) { |
Register registers[] = { a0, a1 }; |
@@ -230,14 +221,6 @@ void InternalArrayNArgumentsConstructorStub::InitializeInterfaceDescriptor( |
} |
-void StoreGlobalStub::InitializeInterfaceDescriptor( |
- CodeStubInterfaceDescriptor* descriptor) { |
- Register registers[] = { a1, a2, a0 }; |
- descriptor->Initialize(ARRAY_SIZE(registers), registers, |
- FUNCTION_ADDR(StoreIC_MissFromStubFailure)); |
-} |
- |
- |
void ElementsTransitionAndStoreStub::InitializeInterfaceDescriptor( |
CodeStubInterfaceDescriptor* descriptor) { |
Register registers[] = { a0, a3, a1, a2 }; |