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

Unified Diff: sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart

Issue 22909059: Some more removals of dart:utf. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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: sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart
diff --git a/sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart b/sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart
index ba3f01db1b7efa1f0beeb5c93f28e295f9a33472..babe762184c5d8f2a9fa16b8c6f66f18b0ca6835 100644
--- a/sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart
+++ b/sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart
@@ -7,7 +7,6 @@ library parser;
import 'dart:io';
import 'dart:typed_data';
import 'dart:collection';
-import 'dart:utf';
import '../elements/elements.dart';
import '../scanner/scanner_implementation.dart';

Powered by Google App Engine
This is Rietveld 408576698