Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index 93164f9d4affdaa4bd69454bc2f6cdb797daeefb..d638dcae5cd9eade61e480f142886102b77572b8 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -832,15 +832,6 @@ void IC::PatchCache(Handle<Name> name, Handle<Object> handler) { |
} |
} |
-Handle<Code> KeyedStoreIC::ChooseMegamorphicStub(Isolate* isolate, |
- ExtraICState extra_state) { |
- DCHECK(!FLAG_tf_store_ic_stub); |
- LanguageMode mode = StoreICState::GetLanguageMode(extra_state); |
- return is_strict(mode) |
- ? isolate->builtins()->KeyedStoreIC_Megamorphic_Strict() |
- : isolate->builtins()->KeyedStoreIC_Megamorphic(); |
-} |
- |
Handle<Object> LoadIC::SimpleFieldLoad(FieldIndex index) { |
if (FLAG_tf_load_ic_stub) { |
TRACE_HANDLER_STATS(isolate(), LoadIC_LoadFieldDH); |