Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index 1a7c67dfb88ffc399843d53843e3e658e767fe67..4b376c84bdcd0b630dfd1a52622e2f54aba644fd 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -297,7 +297,6 @@ class TypeFeedbackOracle: public ZoneObject { |
| byte ToBooleanTypes(TypeFeedbackId id); |
| // Get type information for arithmetic operations and compares. |
| - Handle<Type> UnaryType(TypeFeedbackId id); |
| void BinaryType(TypeFeedbackId id, |
| Handle<Type>* left, |
| Handle<Type>* right, |