| Index: runtime/bin/socket_macos.cc
|
| diff --git a/runtime/bin/socket_macos.cc b/runtime/bin/socket_macos.cc
|
| index 29edf920084fce925572fed7d73992c30199298e..077a9b8ba0c1301d7e5a4708cee95228b5217821 100644
|
| --- a/runtime/bin/socket_macos.cc
|
| +++ b/runtime/bin/socket_macos.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_MACOS)
|
|
|
| @@ -197,5 +195,3 @@ intptr_t ServerSocket::Accept(intptr_t fd) {
|
| } // namespace dart
|
|
|
| #endif // defined(HOST_OS_MACOS)
|
| -
|
| -#endif // !defined(DART_IO_DISABLED)
|
|
|