mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
ERR: drop err_delete_thread_state() TODO marker
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13466)
This commit is contained in:
parent
af2f14ace5
commit
edb7afb8fb
@ -593,8 +593,7 @@ const char *ERR_reason_error_string(unsigned long e)
|
||||
return ((p == NULL) ? NULL : p->string);
|
||||
}
|
||||
|
||||
/* TODO(3.0): arg ignored for now */
|
||||
static void err_delete_thread_state(void *arg)
|
||||
static void err_delete_thread_state(void *unused)
|
||||
{
|
||||
ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local);
|
||||
if (state == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user