| Index: sdk/lib/io/string_stream.dart
|
| diff --git a/sdk/lib/io/string_stream.dart b/sdk/lib/io/string_stream.dart
|
| index 8b59e4e9b420593024a1817138e3312f8f8c8d7f..49302c16172b2b3d02648221a4dadc74555aa3e6 100644
|
| --- a/sdk/lib/io/string_stream.dart
|
| +++ b/sdk/lib/io/string_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;
|
| -
|
| // Interface for decoders decoding binary data into string data. The
|
| // decoder keeps track of line breaks during decoding.
|
| abstract class _StringDecoder {
|
|
|