Index: pkg/analyzer_plugin/lib/protocol/protocol_constants.dart |
diff --git a/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart b/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart |
index aaca8792ae4c97e1b3291a0b01a3df5496da454a..79e7f8d1a785078e3e2a15d6e331c3abbc490af6 100644 |
--- a/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart |
+++ b/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart |
@@ -33,8 +33,6 @@ const String ANALYSIS_REQUEST_GET_NAVIGATION_OFFSET = 'offset'; |
const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS = |
'analysis.handleWatchEvents'; |
const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events'; |
-const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze'; |
-const String ANALYSIS_REQUEST_REANALYZE_ROOTS = 'roots'; |
const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots'; |
const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots'; |
const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles'; |