Index: src/mips/ic-mips.cc |
=================================================================== |
--- src/mips/ic-mips.cc (revision 6406) |
+++ src/mips/ic-mips.cc (working copy) |
@@ -172,23 +172,11 @@ |
} |
-void KeyedLoadIC::GenerateExternalArray(MacroAssembler* masm, |
- ExternalArrayType array_type) { |
- UNIMPLEMENTED_MIPS(); |
-} |
- |
- |
void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm) { |
UNIMPLEMENTED_MIPS(); |
} |
-void KeyedStoreIC::GenerateExternalArray(MacroAssembler* masm, |
- ExternalArrayType array_type) { |
- UNIMPLEMENTED_MIPS(); |
-} |
- |
- |
void KeyedLoadIC::GenerateIndexedInterceptor(MacroAssembler* masm) { |
UNIMPLEMENTED_MIPS(); |
} |