From: Arran Cudbard-Bell Date: Sat, 20 Jan 2024 15:09:06 +0000 (-0600) Subject: Invalid comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f758260755ad4dfeab4f86b7895745e6aac2df9d;p=thirdparty%2Ffreeradius-server.git Invalid comment --- diff --git a/src/modules/rlm_rest/rlm_rest.c b/src/modules/rlm_rest/rlm_rest.c index 9b7884299f2..1b2640b19b7 100644 --- a/src/modules/rlm_rest/rlm_rest.c +++ b/src/modules/rlm_rest/rlm_rest.c @@ -343,10 +343,6 @@ static void *uri_part_escape_uctx_alloc(UNUSED request_t *request, void const *u { static _Thread_local fr_uri_escape_ctx_t *t_ctx; - /* - * libcurl doesn't actually use the handle, but we pass one - * in anyway, just in case it does in the future. - */ if (unlikely(t_ctx == NULL)) { fr_uri_escape_ctx_t *ctx;