| Index: sdk/lib/io/secure_socket.dart
|
| diff --git a/sdk/lib/io/secure_socket.dart b/sdk/lib/io/secure_socket.dart
|
| index d76b5ada3f2168949c078a75938e3e5eaede004d..5d894d4d20164df37ce5fb704b17ba62c44e94e0 100644
|
| --- a/sdk/lib/io/secure_socket.dart
|
| +++ b/sdk/lib/io/secure_socket.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;
|
| -
|
| /**
|
| * SecureSocket provides a secure (SSL or TLS) client connection to a server.
|
| * The certificate provided by the server is checked
|
|
|