| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index d121bb88d8e62e2039cc91615fbd3384b940ea7e..902ca67c3183ebbaa8f82c2b5f5d18beaf7dfc39 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -733,9 +733,6 @@ abstract class LibraryElement extends Element implements ScopeContainerElement {
|
| abstract class PrefixElement extends Element {
|
| void addImport(Element element, Import import, DiagnosticListener listener);
|
| Element lookupLocalMember(String memberName);
|
| - /// Is true if this prefix belongs to a deferred import.
|
| - bool get isDeferred;
|
| - void markAsDeferred();
|
| }
|
|
|
| abstract class TypedefElement extends Element
|
|
|