Index: runtime/bin/socket_base_win.cc |
diff --git a/runtime/bin/socket_base_win.cc b/runtime/bin/socket_base_win.cc |
index 975cebade494b1d9e813733397fbea694508a600..0cd36f9fe5bf5ecbddaa369a24ae7395c84531e9 100644 |
--- a/runtime/bin/socket_base_win.cc |
+++ b/runtime/bin/socket_base_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) |
@@ -428,5 +426,3 @@ bool SocketBase::LeaveMulticast(intptr_t fd, |
} // namespace dart |
#endif // defined(HOST_OS_WINDOWS) |
- |
-#endif // !defined(DART_IO_DISABLED) |