From 438fe10b069b355407cd42b244de5deb695f2338 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 12 Feb 2026 17:59:36 +0100 Subject: http.c: Remove unused variable --- http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/http.c b/http.c index d87a5e5..2868d07 100644 --- a/http.c +++ b/http.c @@ -2809,7 +2809,6 @@ int http_update(struct http_ctx *const h, bool *const write, bool *const close) int ret; struct ctx *const c = &h->ctx; struct write_ctx *const w = &h->wctx; - struct http_response *const r = &w->r; *close = false; -- cgit v1.2.3