Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index 8a07b22a9868a5f5e572c082857a7305c0deafc7..16edc02ff5b94d195ba6903c774414103cfe33d7 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -260,9 +260,6 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) { |
\ |
V(StoreIC_Setter_ForDeopt, STORE_IC, StoreICState::kStrictModeState) \ |
\ |
- V(StoreIC_Megamorphic, STORE_IC, kNoExtraICState) \ |
- V(StoreIC_Megamorphic_Strict, STORE_IC, StoreICState::kStrictModeState) \ |
- \ |
V(KeyedStoreIC_Megamorphic, KEYED_STORE_IC, kNoExtraICState) \ |
V(KeyedStoreIC_Megamorphic_Strict, KEYED_STORE_IC, \ |
StoreICState::kStrictModeState) \ |