Index: src/ic/mips64/handler-compiler-mips64.cc |
diff --git a/src/ic/mips64/handler-compiler-mips64.cc b/src/ic/mips64/handler-compiler-mips64.cc |
index a07db1a65f47c5c424d86f86fb83acb59d88a0a5..1a38d329e7cc2a0d70050c2b18305eb3c2471942 100644 |
--- a/src/ic/mips64/handler-compiler-mips64.cc |
+++ b/src/ic/mips64/handler-compiler-mips64.cc |
@@ -173,15 +173,6 @@ void PropertyHandlerCompiler::GenerateDictionaryNegativeLookup( |
__ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); |
} |
-void NamedLoadHandlerCompiler::GenerateLoadFunctionPrototype( |
- MacroAssembler* masm, Register receiver, Register scratch1, |
- Register scratch2, Label* miss_label) { |
- __ TryGetFunctionPrototype(receiver, scratch1, scratch2, miss_label); |
- __ Ret(USE_DELAY_SLOT); |
- __ mov(v0, scratch1); |
-} |
- |
- |
// Generate code to check that a global property cell is empty. Create |
// the property cell at compilation time if no cell exists for the |
// property. |