| Index: pkg/analyzer/lib/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
|
| index 0a3915b7e63fe345af63075008da03ce53a4adcd..a0e309e4ffc4de5c9ef6dcf2e7973cfc0e154482 100644
|
| --- a/pkg/analyzer/lib/task/dart.dart
|
| +++ b/pkg/analyzer/lib/task/dart.dart
|
| @@ -14,16 +14,6 @@ import 'package:analyzer/src/task/dart.dart';
|
| import 'package:analyzer/task/model.dart';
|
|
|
| /**
|
| - * The resolved [CompilationUnit] associated with a compilation unit, with
|
| - * constants resolved.
|
| - *
|
| - * The result is only available for [LibrarySpecificUnit]s.
|
| - */
|
| -final ResultDescriptor<CompilationUnit> CONSTANT_RESOLVED_UNIT =
|
| - new ResultDescriptor<CompilationUnit>('CONSTANT_RESOLVED_UNIT', null,
|
| - cachingPolicy: AST_CACHING_POLICY);
|
| -
|
| -/**
|
| * The analysis errors associated with a [Source] representing a compilation
|
| * unit.
|
| */
|
| @@ -115,7 +105,7 @@ final ResultDescriptor<CompilationUnit> PARSED_UNIT =
|
|
|
| /**
|
| * The resolved [CompilationUnit] associated with a compilation unit, with
|
| - * constants not yet resolved.
|
| + * constants resolved.
|
| *
|
| * The result is only available for [LibrarySpecificUnit]s.
|
| */
|
|
|