| Index: sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/enqueue.dart b/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| index d9733b6d7ecb443a3ad3b2948f410deb8efffecc..eff52a963ce4d627bbbe0cf6e210b79d5689c973 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
| @@ -10,9 +10,6 @@ class EnqueueTask extends CompilerTask {
|
| final ResolutionEnqueuer resolution;
|
| final CodegenEnqueuer codegen;
|
|
|
| - } else if (element.isTypedef) {
|
| - TypedefElement typedef = element;
|
| - typedef.ensureResolved(compiler);
|
| String get name => 'Enqueue';
|
|
|
| EnqueueTask(Compiler compiler)
|
|
|