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

Unified Diff: pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart

Issue 2724143002: Re-remove AstBuilder.accumulateIdentifierComponents. (Closed)
Patch Set: Created 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart b/pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart
index c1174f5f1c6bb7af7cfe178dc52dba6fb3645772..7470f532db211db3a998d9468b99401b4bb2db4c 100644
--- a/pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart
+++ b/pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart
@@ -44,11 +44,6 @@ class AstBuilder extends ScopeListener {
@override
final Uri uri;
- /// If `true`, the first call to [handleIdentifier] should push a
- /// List<SimpleIdentifier> on the stack, and [handleQualified] should append
- /// to the list.
- var accumulateIdentifierComponents = false;
-
/// The name of the class currently being parsed, or `null` if no class is
/// being parsed.
String className;
« 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