Index: runtime/bin/sync_socket.cc |
diff --git a/runtime/bin/sync_socket.cc b/runtime/bin/sync_socket.cc |
index 1a4ac82b4496de69390ab5b9d9f88f1fc4da2725..a88957f008518fc778fd7c5a90a092ce823451ea 100644 |
--- a/runtime/bin/sync_socket.cc |
+++ b/runtime/bin/sync_socket.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 "bin/sync_socket.h" |
#include "bin/dartutils.h" |
@@ -349,5 +347,3 @@ Dart_Handle SynchronousSocket::GetSocketIdNativeField( |
} // namespace bin |
} // namespace dart |
- |
-#endif // !defined(DART_IO_DISABLED) |