Index: runtime/bin/io_service_no_ssl.h |
diff --git a/runtime/bin/io_service_no_ssl.h b/runtime/bin/io_service_no_ssl.h |
index abedd1c41142510e39081783a47a52abebbbe534..fc1a350f292c73c8bc1ab282f826339bd2d3cfaf 100644 |
--- a/runtime/bin/io_service_no_ssl.h |
+++ b/runtime/bin/io_service_no_ssl.h |
@@ -5,7 +5,7 @@ |
#ifndef RUNTIME_BIN_IO_SERVICE_NO_SSL_H_ |
#define RUNTIME_BIN_IO_SERVICE_NO_SSL_H_ |
-#if defined(DART_IO_DISABLED) || !defined(DART_IO_SECURE_SOCKET_DISABLED) |
+#if !defined(DART_IO_SECURE_SOCKET_DISABLED) |
#error "io_service_no_ssl.h can only be included on builds with IO enabled" |
#endif |