| 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 b87a33ec92b1bd60d09edb7908ffa54623007938..c89a26fcba1339eb2d9227a29950495aac947a3c 100644
|
| --- a/pkg/analysis_server/lib/src/status/get_handler.dart
|
| +++ b/pkg/analysis_server/lib/src/status/get_handler.dart
|
| @@ -1407,7 +1407,6 @@ class GetHandler {
|
| buffer.write('<p>');
|
| _writeOption(
|
| buffer, 'Analyze functon bodies', options.analyzeFunctionBodies);
|
| - _writeOption(buffer, 'Cache size', options.cacheSize);
|
| _writeOption(
|
| buffer, 'Enable generic methods', options.enableGenericMethods);
|
| _writeOption(
|
|
|