Index: runtime/bin/security_context_fuchsia.cc |
diff --git a/runtime/bin/security_context_fuchsia.cc b/runtime/bin/security_context_fuchsia.cc |
index 155dfa0994bf374841f3d32333f87f900982e418..d092e09ea9e1b012d69047bc7bdcabd0a75c5320 100644 |
--- a/runtime/bin/security_context_fuchsia.cc |
+++ b/runtime/bin/security_context_fuchsia.cc |
@@ -2,7 +2,7 @@ |
// 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) && !defined(DART_IO_SECURE_SOCKET_DISABLED) |
+#if !defined(DART_IO_SECURE_SOCKET_DISABLED) |
#include "platform/globals.h" |
#if defined(HOST_OS_FUCHSIA) |
@@ -62,5 +62,4 @@ void SSLCertContext::RegisterCallbacks(SSL* ssl) { |
#endif // defined(HOST_OS_FUCHSIA) |
-#endif // !defined(DART_IO_DISABLED) && |
- // !defined(DART_IO_SECURE_SOCKET_DISABLED) |
+#endif // !defined(DART_IO_SECURE_SOCKET_DISABLED) |