Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index a0d32158445934a12d99b5d73603c79f8686bf11..c9efe0d46ce9a61c680b49051f4c5f1295648767 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -322,8 +322,6 @@ class TypeFeedbackOracle: public ZoneObject { |
| Handle<Type> CountType(TypeFeedbackId id); |
| - Handle<Type> ClauseType(TypeFeedbackId id); |
| - |
| Zone* zone() const { return zone_; } |
| Isolate* isolate() const { return isolate_; } |