Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: pkg/analysis_server/lib/plugin/analysis/analysis_domain.dart

Issue 2957643002: Remove the unused operations queue (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/plugin/analysis/analysis_domain.dart
diff --git a/pkg/analysis_server/lib/plugin/analysis/analysis_domain.dart b/pkg/analysis_server/lib/plugin/analysis/analysis_domain.dart
index aadaa4507bcf5ea2e39d1130fe31664f63fbdaba..ad3085c599643f0bc474ad9eab5f85e5482c201a 100644
--- a/pkg/analysis_server/lib/plugin/analysis/analysis_domain.dart
+++ b/pkg/analysis_server/lib/plugin/analysis/analysis_domain.dart
@@ -25,11 +25,7 @@
* ...
* }
*/
-import 'package:analysis_server/protocol/protocol_generated.dart'
- show AnalysisService;
import 'package:analysis_server/src/plugin/server_plugin.dart';
-import 'package:analyzer/src/generated/engine.dart' show AnalysisContext;
-import 'package:analyzer/src/generated/source.dart' show Source;
import 'package:plugin/plugin.dart';
/**
@@ -53,11 +49,4 @@ typedef void SetAnalysisDomain(AnalysisDomain domain);
*
* Clients may not extend, implement or mix-in this class.
*/
-abstract class AnalysisDomain {
- /**
- * Schedule sending the given [service] notifications for the given [source]
- * in the given [context].
- */
- void scheduleNotification(
- AnalysisContext context, Source source, AnalysisService service);
-}
+abstract class AnalysisDomain {}
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698