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:
Richard Levitte 2020-11-20 22:21:29 +01:00 committed by Pauli
parent af2f14ace5
commit edb7afb8fb

View File

@ -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)