Index: pkg/compiler/lib/src/native/enqueue.dart |
diff --git a/pkg/compiler/lib/src/native/enqueue.dart b/pkg/compiler/lib/src/native/enqueue.dart |
index 4aa5ba05b37345a1fcbf5c1a468aefb4b52f40e3..4b186884fdf3dda4b8150d4a1213fce793b77845 100644 |
--- a/pkg/compiler/lib/src/native/enqueue.dart |
+++ b/pkg/compiler/lib/src/native/enqueue.dart |
@@ -2,8 +2,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-import 'dart:collection' show Queue; |
- |
import '../common.dart'; |
import '../common/backend_api.dart' show ForeignResolver; |
import '../common/resolution.dart' show Resolution; |