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

Unified Diff: pkg/compiler/lib/src/elements/common.dart

Issue 1173403002: dart2js: Fix hints in code base. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Updated to latest revision Created 5 years, 6 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
Index: pkg/compiler/lib/src/elements/common.dart
diff --git a/pkg/compiler/lib/src/elements/common.dart b/pkg/compiler/lib/src/elements/common.dart
index 7c3f9449ccf64e7ecf46d30b5ada6fc9a6edd3bf..13ea3b6ccad5776ccb782444d5f1e8fd8745bf23 100644
--- a/pkg/compiler/lib/src/elements/common.dart
+++ b/pkg/compiler/lib/src/elements/common.dart
@@ -8,7 +8,6 @@ library elements.common;
import '../dart2jslib.dart' show Compiler, isPrivateName;
import '../dart_types.dart' show DartType, InterfaceType, FunctionType;
-import '../universe/universe.dart' show Selector;
import '../util/util.dart' show Link;
import 'elements.dart';

Powered by Google App Engine
This is Rietveld 408576698