| Index: runtime/bin/socket_linux.cc
|
| diff --git a/runtime/bin/socket_linux.cc b/runtime/bin/socket_linux.cc
|
| index c3bfe9b1da126c0d68a6770c7ea9090030d8e326..830c8b187dc8b76427b48ff5ed1ee6a9a30bea4c 100644
|
| --- a/runtime/bin/socket_linux.cc
|
| +++ b/runtime/bin/socket_linux.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_LINUX)
|
|
|
| @@ -182,5 +180,3 @@ intptr_t ServerSocket::Accept(intptr_t fd) {
|
| } // namespace dart
|
|
|
| #endif // defined(HOST_OS_LINUX)
|
| -
|
| -#endif // !defined(DART_IO_DISABLED)
|
|
|