| Index: runtime/bin/socket_win.cc
|
| diff --git a/runtime/bin/socket_win.cc b/runtime/bin/socket_win.cc
|
| index dcc94531e13e67a40a88ed1b17ef53c18faccd5d..c5f70f8b75500502c1481a803e7b2b3888641936 100644
|
| --- a/runtime/bin/socket_win.cc
|
| +++ b/runtime/bin/socket_win.cc
|
| @@ -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.
|
|
|
| -#if !defined(DART_IO_DISABLED)
|
| -
|
| #include "platform/globals.h"
|
| #if defined(HOST_OS_WINDOWS)
|
|
|
| @@ -261,5 +259,3 @@ bool ServerSocket::StartAccept(intptr_t fd) {
|
| } // namespace dart
|
|
|
| #endif // defined(HOST_OS_WINDOWS)
|
| -
|
| -#endif // !defined(DART_IO_DISABLED)
|
|
|