| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 4e27ea1a83573bbae47a5c40fb4418c1eeb08bdc..71ad4349625cb755c85d12821798f733e8ca3baa 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2065,7 +2065,6 @@ class ICData : public Object {
|
| bool AllTargetsHaveSameOwner(intptr_t owner_cid) const;
|
| bool AllReceiversAreNumbers() const;
|
| bool HasOneTarget() const;
|
| - bool HasOnlyDispatcherOrImplicitAccessorTargets() const;
|
| bool HasReceiverClassId(intptr_t class_id) const;
|
|
|
| static RawICData* New(const Function& owner,
|
|
|