| Index: runtime/bin/security_context.cc
|
| diff --git a/runtime/bin/security_context.cc b/runtime/bin/security_context.cc
|
| index d147740a6c3e88718dd7d47e756aa0827e373d3d..7a46415bc17ed85aff56ff2886c9185ab884467c 100644
|
| --- a/runtime/bin/security_context.cc
|
| +++ b/runtime/bin/security_context.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 "bin/security_context.h"
|
|
|
| @@ -816,5 +816,4 @@ void FUNCTION_NAME(SecurityContext_SetAlpnProtocols)(
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // !defined(DART_IO_DISABLED) &&
|
| - // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| +#endif // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|