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

Unified Diff: dart/site/try/src/caching_compiler.dart

Issue 342283004: Address issues found with analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r37597. Created 6 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: dart/site/try/src/caching_compiler.dart
diff --git a/dart/site/try/src/caching_compiler.dart b/dart/site/try/src/caching_compiler.dart
index 2228b99926f9f151a24f78affaade78fb3446f4f..9c1f19208bfc0762fb73ff984e067895ae43d6c3 100644
--- a/dart/site/try/src/caching_compiler.dart
+++ b/dart/site/try/src/caching_compiler.dart
@@ -26,8 +26,6 @@ import 'package:compiler/implementation/js_backend/js_backend.dart' show
import 'package:compiler/implementation/elements/elements.dart' show
LibraryElement;
-import 'package:compiler/implementation/native_handler.dart' as native;
-
void clearLibraryLoader(LibraryLoaderTask libraryLoader) {
// TODO(ahe): Move this method to [LibraryLoader].
libraryLoader

Powered by Google App Engine
This is Rietveld 408576698