Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/serve/utils.dart

Issue 22941002: Remove unused imports in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/serve/utils.dart
diff --git a/sdk/lib/_internal/pub/test/serve/utils.dart b/sdk/lib/_internal/pub/test/serve/utils.dart
index e03edd0d1037b476ffecfd9fc4c1efbf401f9b77..3a083923e61868e62a4dec541b797e4aea32cc01 100644
--- a/sdk/lib/_internal/pub/test/serve/utils.dart
+++ b/sdk/lib/_internal/pub/test/serve/utils.dart
@@ -5,13 +5,11 @@
library pub_tests;
import 'dart:async';
-import 'dart:io';
import 'package:http/http.dart' as http;
import 'package:scheduled_test/scheduled_process.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import '../descriptor.dart' as d;
import '../test_pub.dart';
/// The pub process running "pub serve".
« no previous file with comments | « sdk/lib/_internal/pub/test/serve/unknown_dependency_test.dart ('k') | sdk/lib/_internal/pub/test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine