| Index: pkg/analysis_server/lib/src/status/get_handler.dart
|
| diff --git a/pkg/analysis_server/lib/src/status/get_handler.dart b/pkg/analysis_server/lib/src/status/get_handler.dart
|
| index b63ae270aa6f5fe4f647890f424b11e24830379f..5b5236c903629ec24f371643f2f74905e5542b43 100644
|
| --- a/pkg/analysis_server/lib/src/status/get_handler.dart
|
| +++ b/pkg/analysis_server/lib/src/status/get_handler.dart
|
| @@ -1084,8 +1084,6 @@ class GetHandler {
|
| _writeOption(
|
| buffer, 'Analyze functon bodies', options.analyzeFunctionBodies);
|
| _writeOption(buffer, 'Cache size', options.cacheSize);
|
| - _writeOption(buffer, 'Enable null-aware operators',
|
| - options.enableNullAwareOperators);
|
| _writeOption(
|
| buffer, 'Enable strict call checks', options.enableStrictCallChecks);
|
| _writeOption(buffer, 'Generate hints', options.hint);
|
|
|