Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 7af09ee3aab18e50633717a4a18a69741dfaf6ed..8bd6073d42e51295cfc413c80e2f7f4dcb5a2c8e 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -344,8 +344,6 @@ class KeyedIC: public IC { |
explicit KeyedIC(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) {} |
virtual ~KeyedIC() {} |
- static const int kMaxKeyedPolymorphism = 4; |
- |
virtual MaybeObject* GetFastElementStubWithoutMapCheck( |
bool is_js_array) = 0; |