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

Unified Diff: pkg/analyzer/lib/src/generated/constant.dart

Issue 1673933002: remove unused locals/members/test functions (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rm newlines Created 4 years, 10 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/analyzer/lib/src/generated/generated/shared_messages.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/constant.dart
diff --git a/pkg/analyzer/lib/src/generated/constant.dart b/pkg/analyzer/lib/src/generated/constant.dart
index fe641dba075c7d993a63135fd4ce936ea53db7f7..e227d79b1ffdb52db9208956aaab6d300edae1c9 100644
--- a/pkg/analyzer/lib/src/generated/constant.dart
+++ b/pkg/analyzer/lib/src/generated/constant.dart
@@ -1330,14 +1330,6 @@ class ConstantFinder extends RecursiveAstVisitor<Object> {
}
return null;
}
-
- AnalysisContext _getOwningContext() {
- if (context is InternalAnalysisContext) {
- InternalAnalysisContext internalContext = context;
- return internalContext.getContextFor(librarySource);
- }
- return context;
- }
}
/**
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/generated/shared_messages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698