| Index: runtime/bin/secure_socket_utils.cc
|
| diff --git a/runtime/bin/secure_socket_utils.cc b/runtime/bin/secure_socket_utils.cc
|
| index 23079a6a9007fd44670992bc2dcf56c458044e4d..078d7641fabc5613675654cda8a300bfda37932d 100644
|
| --- a/runtime/bin/secure_socket_utils.cc
|
| +++ b/runtime/bin/secure_socket_utils.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/secure_socket_utils.h"
|
|
|
| @@ -92,5 +92,4 @@ void SecureSocketUtils::CheckStatus(int status,
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // !defined(DART_IO_DISABLED) &&
|
| - // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| +#endif // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|