Index: runtime/bin/socket_base.h |
diff --git a/runtime/bin/socket_base.h b/runtime/bin/socket_base.h |
index 3cc32d6cf67127a8db8c918f1ed04862f3da3603..f8c2f01aac02ce44227e7ffbad898ac49baf695b 100644 |
--- a/runtime/bin/socket_base.h |
+++ b/runtime/bin/socket_base.h |
@@ -5,10 +5,6 @@ |
#ifndef RUNTIME_BIN_SOCKET_BASE_H_ |
#define RUNTIME_BIN_SOCKET_BASE_H_ |
-#if defined(DART_IO_DISABLED) |
-#error "socket_base.h can only be included on builds with IO enabled" |
-#endif |
- |
#include "platform/globals.h" |
// Declare the OS-specific types ahead of defining the generic class. |
#if defined(HOST_OS_ANDROID) |