Index: dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart |
diff --git a/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart b/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart |
index d2bdfed7788104ac34660cbf7c97c6a829555fca..07c87745eedb6b6c2a5f3fffaab5c77cc560fe5b 100644 |
--- a/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart |
+++ b/dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart |
@@ -58,8 +58,6 @@ import 'resolution/resolution.dart' show |
TreeElements, |
AnalyzableElementX; |
-import "dart:math" show min; |
- |
/// A "hunk" of the program that will be loaded whenever one of its [imports] |
/// are loaded. |
/// |