| Index: dart/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/types/types.dart b/dart/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| index d1ab26c82950a25de2632fe299608041b897e89b..175f92f09f7c207313b5e2dbad940a0dcc756a8e 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| @@ -30,7 +30,6 @@ abstract class TypesInferrer {
|
| TypeMask getTypeOfSelector(Selector selector);
|
| Iterable<TypeMask> get containerTypes;
|
| void clear();
|
| - Iterable<Element> getCallersOf(Element element);
|
| bool isCalledOnce(Element element);
|
| bool isFixedArrayCheckedForGrowable(Node node);
|
| }
|
|
|