| Index: pkg/analyzer/lib/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
|
| index 7bd0a3c0bb89507d347786fd1bbafb51bf67e7b1..45fcb56bfa5635797dd15642a6516f5f9ed6bb00 100644
|
| --- a/pkg/analyzer/lib/task/dart.dart
|
| +++ b/pkg/analyzer/lib/task/dart.dart
|
| @@ -68,15 +68,6 @@ final ListResultDescriptor<Source> INCLUDED_PARTS =
|
| new ListResultDescriptor<Source>('INCLUDED_PARTS', Source.EMPTY_LIST);
|
|
|
| /**
|
| - * A flag specifying whether a library is dependent on code that is only
|
| - * available in a client.
|
| - *
|
| - * The result is only available for [Source]s representing a library.
|
| - */
|
| -final ResultDescriptor<bool> IS_CLIENT =
|
| - new ResultDescriptor<bool>('IS_CLIENT', false);
|
| -
|
| -/**
|
| * A flag specifying whether a library is launchable.
|
| *
|
| * The result is only available for [Source]s representing a library.
|
|
|