Index: runtime/bin/socket_base_linux.cc |
diff --git a/runtime/bin/socket_base_linux.cc b/runtime/bin/socket_base_linux.cc |
index d10f8f423519f55330ae2b4f86d5fc695e7219a2..9fcc2ab9afc59a891a2049718e7df8cddfbd2d3f 100644 |
--- a/runtime/bin/socket_base_linux.cc |
+++ b/runtime/bin/socket_base_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) |
@@ -421,5 +419,3 @@ bool SocketBase::LeaveMulticast(intptr_t fd, |
} // namespace dart |
#endif // defined(HOST_OS_LINUX) |
- |
-#endif // !defined(DART_IO_DISABLED) |