dso: remove TODOs
authorPauli <pauli@openssl.org>
Mon, 31 May 2021 04:29:55 +0000 (14:29 +1000)
committerPauli <pauli@openssl.org>
Wed, 2 Jun 2021 06:30:15 +0000 (16:30 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)

crypto/dso/dso_dlfcn.c

index 76bc6055bcf5e54a1006617da938c840163dc5cf..b317ae2ad19fb3fd3d0841d5780ca353a94a49d9 100644 (file)
@@ -437,7 +437,6 @@ static int dlfcn_pathbyaddr(void *addr, char *path, int sz)
         return len;
     }
 
-    /* TODO: what error report does this attach to? */
     ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror());
 # endif
     return -1;