Index: sdk/lib/io/socket.dart |
diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart |
index 0a112d556e9ad3b7d29c6794c4e322bcb1f0337f..f85a5bd57825b8a87548f58df9c5a6bf8105fd0c 100644 |
--- a/sdk/lib/io/socket.dart |
+++ b/sdk/lib/io/socket.dart |
@@ -568,10 +568,6 @@ abstract class Socket implements Stream<List<int>>, IOSink { |
* Returns the remote [InternetAddress] connected to by this socket. |
*/ |
InternetAddress get remoteAddress; |
- |
- Future<Socket> close(); |
- |
- Future<Socket> get done; |
} |