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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/inferrer/simple_types_inferrer.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/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.

Powered by Google App Engine
This is Rietveld 408576698