Index: pkg/compiler/lib/src/common/resolution.dart |
diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart |
index 250a038392ee57b0e1bc837d75c77b078b39b7c1..53f619042418b729697c1ce08e39b114cc2c1e28 100644 |
--- a/pkg/compiler/lib/src/common/resolution.dart |
+++ b/pkg/compiler/lib/src/common/resolution.dart |
@@ -191,12 +191,6 @@ class ListLiteralUse { |
/// Interface for the accessing the front-end analysis. |
// TODO(johnniwinther): Find a better name for this. |
abstract class Frontend { |
- /// Returns `true` if [element] has a [ResolvedAst]. |
- bool hasResolvedAst(ExecutableElement element); |
- |
- /// Returns the `ResolvedAst` for the [element]. |
- ResolvedAst getResolvedAst(ExecutableElement element); |
- |
/// Returns the [ResolutionImpact] for [element]. |
ResolutionImpact getResolutionImpact(Element element); |
} |