| Index: pkg/analysis_server/lib/src/get_handler.dart
|
| diff --git a/pkg/analysis_server/lib/src/get_handler.dart b/pkg/analysis_server/lib/src/get_handler.dart
|
| index 27ec3b50324defb97b598169ab27e5b0da3d5542..360b5daffce8353c7aa7bad62d9c3c89d20404bb 100644
|
| --- a/pkg/analysis_server/lib/src/get_handler.dart
|
| +++ b/pkg/analysis_server/lib/src/get_handler.dart
|
| @@ -1052,8 +1052,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);
|
|
|