Index: src/builtins.cc |
diff --git a/src/builtins.cc b/src/builtins.cc |
index 5456cd5b4f3b277811ac5de80078def8b745d47a..7173e54504aab9cccc653e4321a6527544d92aa5 100644 |
--- a/src/builtins.cc |
+++ b/src/builtins.cc |
@@ -4667,14 +4667,6 @@ |
NamedStoreHandlerCompiler::GenerateStoreViaSetterForDeopt(masm); |
} |
-static void Generate_StoreIC_Megamorphic(MacroAssembler* masm) { |
- StoreIC::GenerateMegamorphic(masm); |
-} |
- |
-static void Generate_StoreIC_Megamorphic_Strict(MacroAssembler* masm) { |
- StoreIC::GenerateMegamorphic(masm); |
-} |
- |
static void Generate_KeyedStoreIC_Megamorphic(MacroAssembler* masm) { |
KeyedStoreIC::GenerateMegamorphic(masm, SLOPPY); |