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 a23a487bf580531b3c5e625ccbfc4c45d0694ee9..108d3f5c62547d331180eb0f6b6fa1fa3aeca74a 100644 |
--- a/src/ic/mips64/handler-compiler-mips64.cc |
+++ b/src/ic/mips64/handler-compiler-mips64.cc |
@@ -326,15 +326,6 @@ static void StoreIC_PushArgs(MacroAssembler* masm) { |
} |
-void NamedStoreHandlerCompiler::GenerateSlow(MacroAssembler* masm) { |
- StoreIC_PushArgs(masm); |
- |
- // The slow case calls into the runtime to complete the store without causing |
- // an IC miss that would otherwise cause a transition to the generic stub. |
- __ TailCallRuntime(Runtime::kStoreIC_Slow); |
-} |
- |
- |
void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) { |
StoreIC_PushArgs(masm); |