| Index: sdk/lib/io/file_impl.dart
|
| diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart
|
| index 564492c46828b910378008d464f99cdf9f195fa9..17dc2ab4241b2de96402f46e86e98b27761519b6 100644
|
| --- a/sdk/lib/io/file_impl.dart
|
| +++ b/sdk/lib/io/file_impl.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;
|
| -
|
| class _FileInputStream extends _BaseDataInputStream implements InputStream {
|
| _FileInputStream(String name)
|
| : _data = const [],
|
|
|