]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ERR: drop err_delete_thread_state() TODO marker
authorRichard Levitte <levitte@openssl.org>
Fri, 20 Nov 2020 21:21:29 +0000 (22:21 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 28 Nov 2020 05:28:46 +0000 (15:28 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13466)

crypto/err/err.c

index a4b7b367ae9153aef441cd4428007f9115616826..9528158a0809744937564c0db8541f4c721f060c 100644 (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)