Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index a116971051eba074c2fe4b0f656bf74169140d4c..f295c06dac7feaa52a91a88c031bb755098b3ef3 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -250,7 +250,6 @@ class TypeFeedbackOracle: public ZoneObject { |
bool StoreIsPreMonomorphic(TypeFeedbackId ast_id); |
bool StoreIsKeyedPolymorphic(TypeFeedbackId ast_id); |
bool CallIsMonomorphic(Call* expr); |
- bool KeyedArrayCallIsHoley(Call* expr); |
bool CallNewIsMonomorphic(CallNew* expr); |
bool ObjectLiteralStoreIsMonomorphic(ObjectLiteralProperty* prop); |