Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 17dc3895ea09142e2e0b9d02cd561d79e072563b..bd89655d6bc97d31d30539b8cca0da92abf8ddc1 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -91,7 +91,6 @@ class IC { |
// Get the code object of the caller. |
Code* GetCode() const; |
- bool AddressIsOptimizedCode() const; |
inline bool AddressIsDeoptimizedCode() const; |
inline static bool AddressIsDeoptimizedCode(Isolate* isolate, |
Address address); |