| Index: dart/sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.dart b/dart/sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.dart
|
| index 2dbdc3bb130fa7ccb1994bf55a6b831f52133ead..85f9ed5a0198ff34587c5ee13da47e039e2103aa 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.dart
|
| @@ -238,11 +238,6 @@ abstract class InferrerEngine<T, V extends TypeSystem>
|
| bool inLoop);
|
|
|
| /**
|
| - * Returns the callers of [elements].
|
| - */
|
| - Iterable<Element> getCallersOf(Element element);
|
| -
|
| - /**
|
| * Notifies to the inferrer that [analyzedElement] can have return
|
| * type [newType]. [currentType] is the type the [InferrerVisitor]
|
| * currently found.
|
|
|