| Index: sdk/lib/io/socket_stream_impl.dart
|
| diff --git a/sdk/lib/io/socket_stream_impl.dart b/sdk/lib/io/socket_stream_impl.dart
|
| index e92887e45553ac498a243560c33646885cbfe0ba..a824ffd030f20769749d31f16b8aa9848f382420 100644
|
| --- a/sdk/lib/io/socket_stream_impl.dart
|
| +++ b/sdk/lib/io/socket_stream_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 _SocketInputStream implements InputStream {
|
| _SocketInputStream(Socket socket) : _socket = socket {
|
| if (_socket._closed) _closed = true;
|
|
|