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

Unified Diff: sdk/lib/convert/convert.dart

Issue 223053004: lib/convert: removed unused import, removed redundant test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed status file entry Created 6 years, 9 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 | tests/lib/convert/json2_test.dart » ('j') | tests/lib/convert/json_lib_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/convert/convert.dart
diff --git a/sdk/lib/convert/convert.dart b/sdk/lib/convert/convert.dart
index e493ec043128a33893701c6ea8f0ef12672a32e3..93f1063b20fdabe8fd93f81f996fa6db0c2e0a85 100644
--- a/sdk/lib/convert/convert.dart
+++ b/sdk/lib/convert/convert.dart
@@ -55,7 +55,6 @@
library dart.convert;
import 'dart:async';
-import "dart:collection" show HashSet;
part 'ascii.dart';
part 'byte_conversion.dart';
« no previous file with comments | « no previous file | tests/lib/convert/json2_test.dart » ('j') | tests/lib/convert/json_lib_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698