Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/types/types.dart

Issue 99303004: Remove unused API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698