| 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,
|
|
|