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

Unified Diff: pkg/compiler/lib/src/js_emitter/js_emitter.dart

Issue 818543003: dart2js: Remove (some) unused imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « pkg/compiler/lib/src/js_backend/js_backend.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_emitter/js_emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/js_emitter.dart b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
index aeb48b58fe357ec33b7fa9baebd3709f3365ef1d..ca73865c5cb364c0f4dc960eab8e4465118a6f9b 100644
--- a/pkg/compiler/lib/src/js_emitter/js_emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
@@ -4,7 +4,6 @@
library dart2js.js_emitter;
-import 'dart:async';
import 'dart:convert';
import '../common.dart';
@@ -30,8 +29,6 @@ import '../elements/elements.dart' show
ParameterElement,
TypeVariableElement;
-import '../hash/sha1.dart' show hashOfString;
-
import '../helpers/helpers.dart'; // Included for debug helpers.
import '../js/js.dart' as jsAst;
« no previous file with comments | « pkg/compiler/lib/src/js_backend/js_backend.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698