| Index: sdk/lib/io/list_stream.dart
|
| diff --git a/sdk/lib/io/list_stream.dart b/sdk/lib/io/list_stream.dart
|
| index a56476d10dbfc9ee6c154cb4d5949fb79ef9207f..849d5e7313aab3582dc4eef3f59aed4472d12bf1 100644
|
| --- a/sdk/lib/io/list_stream.dart
|
| +++ b/sdk/lib/io/list_stream.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart.io;
|
| -
|
| /**
|
| * [ListInputStream] makes it possible to use the [InputStream]
|
| * interface to stream over data that is received in chunks as lists
|
|
|