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

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

Issue 1323183002: Revert "Extract meta data about open sockets into separate class." (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | « runtime/observatory/tests/service/udp_socket_service_test.dart ('k') | sdk/lib/io/io_resource_info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index aea1b5b1de4c1fa546a50f5fdd71c46a39bb4a77..b3ca21445f7f438d521ec96269b363e8e1ea71bd 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -206,7 +206,6 @@ import 'dart:collection' show HashMap,
LinkedListEntry,
UnmodifiableMapView;
import 'dart:convert';
-import 'dart:developer';
import 'dart:isolate';
import 'dart:math';
import 'dart:typed_data';
@@ -227,7 +226,6 @@ part 'http_headers.dart';
part 'http_impl.dart';
part 'http_parser.dart';
part 'http_session.dart';
-part 'io_resource_info.dart';
part 'io_sink.dart';
part 'io_service.dart';
part 'link.dart';
« no previous file with comments | « runtime/observatory/tests/service/udp_socket_service_test.dart ('k') | sdk/lib/io/io_resource_info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698