| Index: pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| index e931ba3b8e91abd1c7498351af31d7890bb28f78..c6246eadf29939eb52df4c07263e5dc02178a776 100644
|
| --- a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| +++ b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
|
| @@ -8263,15 +8263,11 @@ class AnalysisOptions implements HasToJson {
|
| bool _generateLints;
|
|
|
| /**
|
| - * Deprecated: this feature is always enabled.
|
| - *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| bool get enableAsync => _enableAsync;
|
|
|
| /**
|
| - * Deprecated: this feature is always enabled.
|
| - *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| void set enableAsync(bool value) {
|
|
|