Index: src/mips/stub-cache-mips.cc |
=================================================================== |
--- src/mips/stub-cache-mips.cc (revision 6378) |
+++ src/mips/stub-cache-mips.cc (working copy) |
@@ -397,20 +397,6 @@ |
} |
-Object* ExternalArrayStubCompiler::CompileKeyedLoadStub( |
- ExternalArrayType array_type, Code::Flags flags) { |
- UNIMPLEMENTED_MIPS(); |
- return reinterpret_cast<Object*>(NULL); // UNIMPLEMENTED RETURN |
-} |
- |
- |
-Object* ExternalArrayStubCompiler::CompileKeyedStoreStub( |
- ExternalArrayType array_type, Code::Flags flags) { |
- UNIMPLEMENTED_MIPS(); |
- return reinterpret_cast<Object*>(NULL); // UNIMPLEMENTED RETURN |
-} |
- |
- |
#undef __ |
} } // namespace v8::internal |