Index: pkg/analysis_server/lib/protocol/protocol_constants.dart |
diff --git a/pkg/analysis_server/lib/protocol/protocol_constants.dart b/pkg/analysis_server/lib/protocol/protocol_constants.dart |
index 9034638e1a4d5cf0954ceef34c2e6c543dae3c79..94c71fca19456f48fe255658a88fece06988fd5f 100644 |
--- a/pkg/analysis_server/lib/protocol/protocol_constants.dart |
+++ b/pkg/analysis_server/lib/protocol/protocol_constants.dart |
@@ -83,7 +83,6 @@ const String ANALYSIS_REQUEST_UPDATE_OPTIONS = 'analysis.updateOptions'; |
const String ANALYSIS_REQUEST_UPDATE_OPTIONS_OPTIONS = 'options'; |
const String ANALYSIS_RESPONSE_GET_ERRORS_ERRORS = 'errors'; |
const String ANALYSIS_RESPONSE_GET_HOVER_HOVERS = 'hovers'; |
-const String ANALYSIS_RESPONSE_GET_IMPORTED_ELEMENTS_COMPLETE = 'complete'; |
const String ANALYSIS_RESPONSE_GET_IMPORTED_ELEMENTS_ELEMENTS = 'elements'; |
const String ANALYSIS_RESPONSE_GET_LIBRARY_DEPENDENCIES_LIBRARIES = 'libraries'; |
const String ANALYSIS_RESPONSE_GET_LIBRARY_DEPENDENCIES_PACKAGE_MAP = |
@@ -179,7 +178,6 @@ const String EDIT_RESPONSE_GET_REFACTORING_POTENTIAL_EDITS = 'potentialEdits'; |
const String EDIT_RESPONSE_GET_STATEMENT_COMPLETION_CHANGE = 'change'; |
const String EDIT_RESPONSE_GET_STATEMENT_COMPLETION_WHITESPACE_ONLY = |
'whitespaceOnly'; |
-const String EDIT_RESPONSE_IMPORT_ELEMENTS_COMPLETE = 'complete'; |
const String EDIT_RESPONSE_IMPORT_ELEMENTS_EDITS = 'edits'; |
const String EDIT_RESPONSE_IS_POSTFIX_COMPLETION_APPLICABLE_VALUE = 'value'; |
const String EDIT_RESPONSE_LIST_POSTFIX_COMPLETION_TEMPLATES_TEMPLATES = |