From 3dc12810fa8320df3298602dd8ac9bd690c65a6a Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:29:55 +1000 Subject: [PATCH] dso: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- crypto/dso/dso_dlfcn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 76bc6055bcf..b317ae2ad19 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -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; -- 2.47.3