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 9969edc6e898d04ebb34f9e60f89812f48e778be..08127d3c535c615b57b4b1b453fa684d22520aa1 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; |