| 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';
|
|
|