| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index 35ad358150d58ab340e59bc89e0df2916cacf63e..8f19b99748d9e2a9254fd391e249a2f6f3fc76cc 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -528,7 +528,6 @@ static bool ProcessShortSocketWriteOption(const char* arg,
|
| }
|
|
|
|
|
| -#if !defined(HOST_OS_MACOS)
|
| extern const char* commandline_root_certs_file;
|
| extern const char* commandline_root_certs_cache;
|
|
|
| @@ -564,7 +563,6 @@ static bool ProcessRootCertsCacheOption(const char* arg,
|
| commandline_root_certs_cache = arg;
|
| return true;
|
| }
|
| -#endif // !defined(HOST_OS_MACOS)
|
|
|
|
|
| static struct {
|
| @@ -602,10 +600,8 @@ static struct {
|
| {"--hot-reload-rollback-test-mode", ProcessHotReloadRollbackTestModeOption},
|
| {"--short_socket_read", ProcessShortSocketReadOption},
|
| {"--short_socket_write", ProcessShortSocketWriteOption},
|
| -#if !defined(HOST_OS_MACOS)
|
| {"--root-certs-file=", ProcessRootCertsFileOption},
|
| {"--root-certs-cache=", ProcessRootCertsCacheOption},
|
| -#endif // !defined(HOST_OS_MACOS)
|
| {NULL, NULL}};
|
|
|
|
|
|
|