| Index: runtime/bin/security_context_linux.cc
|
| diff --git a/runtime/bin/security_context_linux.cc b/runtime/bin/security_context_linux.cc
|
| index e1168bb0f925754cddce338708b1b60607d07450..0fd773771c83068a4db4ab596b5a921fa1e14d96 100644
|
| --- a/runtime/bin/security_context_linux.cc
|
| +++ b/runtime/bin/security_context_linux.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_LINUX)
|
| @@ -79,5 +79,4 @@ void SSLCertContext::RegisterCallbacks(SSL* ssl) {
|
|
|
| #endif // defined(HOST_OS_LINUX)
|
|
|
| -#endif // !defined(DART_IO_DISABLED) &&
|
| - // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| +#endif // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|