| Index: pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| index e3342f108f3f83fe1ae57bd81a5e12bad37e9fae..e7ed5bef5c6f5f5f6c1b6c8a63e64745b1a69c0b 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart
|
| @@ -428,14 +428,6 @@ class SecureSocket {
|
| }
|
|
|
| @patch
|
| -class RawSynchronousSocket {
|
| - @patch
|
| - static RawSynchronousSocket connectSync(host, int port) {
|
| - throw new UnsupportedError("RawSynchronousSocket.connectSync");
|
| - }
|
| -}
|
| -
|
| -@patch
|
| class SecurityContext {
|
| @patch
|
| factory SecurityContext() {
|
|
|