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

Unified Diff: pkg/analyzer/lib/src/dart/analysis/driver.dart

Issue 2828103002: Now that contextRoot is within the is check, don't need contextRoot at all (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/dart/analysis/driver.dart
diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart
index ef5b7c9e891bc1f9f9f8b5cd99c47440bc2d0291..349acc58a40ea946cd8286feb60a56c40bf75bd2 100644
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -1310,11 +1310,6 @@ class AnalysisDriver implements AnalysisDriverGeneric {
*/
abstract class AnalysisDriverGeneric {
/**
- * Information about the context root being analyzed by this driver.
- */
- ContextRoot get contextRoot;
-
- /**
* Return `true` if the driver has a file to analyze.
*/
bool get hasFilesToAnalyze;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698