| Index: runtime/bin/secure_socket_utils.cc
|
| diff --git a/runtime/bin/secure_socket_utils.cc b/runtime/bin/secure_socket_utils.cc
|
| index 4ed1a676c6e7855d213e79e4ad3ee843cb47d2a0..23079a6a9007fd44670992bc2dcf56c458044e4d 100644
|
| --- a/runtime/bin/secure_socket_utils.cc
|
| +++ b/runtime/bin/secure_socket_utils.cc
|
| @@ -45,7 +45,6 @@ void SecureSocketUtils::FetchErrorString(const SSL* ssl,
|
| }
|
| }
|
|
|
| -
|
| // Handle an error reported from the BoringSSL library.
|
| void SecureSocketUtils::ThrowIOException(int status,
|
| const char* exception_type,
|
| @@ -65,7 +64,6 @@ void SecureSocketUtils::ThrowIOException(int status,
|
| UNREACHABLE();
|
| }
|
|
|
| -
|
| void SecureSocketUtils::CheckStatusSSL(int status,
|
| const char* type,
|
| const char* message,
|
| @@ -85,7 +83,6 @@ void SecureSocketUtils::CheckStatusSSL(int status,
|
| SecureSocketUtils::ThrowIOException(status, type, message, ssl);
|
| }
|
|
|
| -
|
| void SecureSocketUtils::CheckStatus(int status,
|
| const char* type,
|
| const char* message) {
|
|
|