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

Unified Diff: pkg/compiler/lib/src/use_unused_api.dart

Issue 1077093002: Revert "Model 'await for' as an explicit node in tree and fix its handling." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « pkg/compiler/lib/src/typechecker.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 538a0e2612bf7a53c06ac2317031e4cfccafb8aa..8edad0b5c186fb413901f9b72bea357464e26b6a 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -90,7 +90,6 @@ void useConstant(constants.ConstantValue constant,
void useNode(tree.Node node) {
node
..asAsyncModifier()
- ..asAsyncForIn()
..asAwait()
..asBreakStatement()
..asCascade()
@@ -127,7 +126,6 @@ void useNode(tree.Node node) {
..asStringNode()
..asSwitchCase()
..asSwitchStatement()
- ..asSyncForIn()
..asTryStatement()
..asTypeAnnotation()
..asTypeVariable()
« no previous file with comments | « pkg/compiler/lib/src/typechecker.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698