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

Unified Diff: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart

Issue 1022433002: Revert "Abort tracing in type inference in the presence of await." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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
Index: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
index 51a1857f4bec36e10a5015f44f1c05aba98ba22d..730466152cc209303d720755402bb4ed002ab1c8 100644
--- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
+++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
@@ -1128,13 +1128,6 @@ class TypeGraphInferrerEngine
return info;
}
- TypeInformation registerAwait(ast.Node node, TypeInformation argument) {
- AwaitTypeInformation info = new AwaitTypeInformation(types.currentMember,
- node);
- info.addAssignment(argument);
- return info;
- }
-
TypeInformation registerCalledClosure(ast.Node node,
Selector selector,
TypeInformation closure,
« no previous file with comments | « pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart ('k') | pkg/compiler/lib/src/inferrer/type_graph_nodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698