| Index: runtime/bin/socket_fuchsia.cc
|
| diff --git a/runtime/bin/socket_fuchsia.cc b/runtime/bin/socket_fuchsia.cc
|
| index 097e6bd9a877076cb31a7e849b58aad85278e91b..b47a4e1f9c024a0aead22a6b7ad3870b49036eeb 100644
|
| --- a/runtime/bin/socket_fuchsia.cc
|
| +++ b/runtime/bin/socket_fuchsia.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_FUCHSIA)
|
|
|
| @@ -238,5 +236,3 @@ intptr_t ServerSocket::Accept(intptr_t fd) {
|
| } // namespace dart
|
|
|
| #endif // defined(HOST_OS_FUCHSIA)
|
| -
|
| -#endif // !defined(DART_IO_DISABLED)
|
|
|