| Index: sdk/lib/io/secure_socket.dart
|
| diff --git a/sdk/lib/io/secure_socket.dart b/sdk/lib/io/secure_socket.dart
|
| index 1dd433e7b0d687fcd107d1e26c85794c4bdff2be..0b837f053547c1e026c1935d5cb00705d1ec2e2e 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
|
|
|