Index: src/builtins.cc |
=================================================================== |
--- src/builtins.cc (revision 3823) |
+++ src/builtins.cc (working copy) |
@@ -668,10 +668,6 @@ |
} |
-static void Generate_StoreIC_ExtendStorage(MacroAssembler* masm) { |
- StoreIC::GenerateExtendStorage(masm); |
-} |
- |
static void Generate_StoreIC_Megamorphic(MacroAssembler* masm) { |
StoreIC::GenerateMegamorphic(masm); |
} |
@@ -720,11 +716,6 @@ |
} |
-static void Generate_KeyedStoreIC_ExtendStorage(MacroAssembler* masm) { |
- KeyedStoreIC::GenerateExtendStorage(masm); |
-} |
- |
- |
static void Generate_KeyedStoreIC_Miss(MacroAssembler* masm) { |
KeyedStoreIC::GenerateMiss(masm); |
} |