| Index: pkg/analyzer/lib/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
|
| index d0bd99ce466f5821b65c4f7ed50c897af9349ea3..819554965f0341d546e326401f689c42fc7d4585 100644
|
| --- a/pkg/analyzer/lib/task/dart.dart
|
| +++ b/pkg/analyzer/lib/task/dart.dart
|
| @@ -34,14 +34,6 @@ final ListResultDescriptor<Source> EXPORTED_LIBRARIES =
|
| new ListResultDescriptor<Source>('EXPORTED_LIBRARIES', Source.EMPTY_ARRAY);
|
|
|
| /**
|
| - * A flag specifying whether a library imports 'dart:html'.
|
| - *
|
| - * The result is only available for targets representing a Dart library.
|
| - */
|
| -final ResultDescriptor<bool> HAS_HTML_IMPORT =
|
| - new ResultDescriptor<bool>('HAS_HTML_IMPORT', false);
|
| -
|
| -/**
|
| * The sources of the libraries that are imported into a library.
|
| *
|
| * Not `null`.
|
|
|