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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart

Issue 611313002: Remove unused import and make Makefile more flexible (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | dart/site/try/poi/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
///
« no previous file with comments | « no previous file | dart/site/try/poi/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698