| Index: pkg/analysis_server/lib/src/constants.dart
|
| diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
|
| index 2024ec826f46d94f041f2a39e2dbeff8e4efe906..fbecfe9c1620c28cde9012d0968eb7430c19df92 100644
|
| --- a/pkg/analysis_server/lib/src/constants.dart
|
| +++ b/pkg/analysis_server/lib/src/constants.dart
|
| @@ -114,7 +114,6 @@ const String CONTAINING_LIBRARY_PATH = 'containingLibraryPath';
|
| const String CONTENT = 'content';
|
| const String CORRECTION = 'correction';
|
| const String DART_DOC = 'dartdoc';
|
| -const String DATA = 'data';
|
| const String DEFAULT = 'default';
|
| const String DISPLAY_NAME = 'displayName';
|
| const String EDITS = 'edits';
|
|
|