aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-02-12 17:59:36 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2026-02-12 17:59:49 +0100
commit438fe10b069b355407cd42b244de5deb695f2338 (patch)
tree79b0f41bf99d111fa06e8fb7ac06928475c9f850
parent5f0cd92f0bdc74d1c087781dabc19b258bda0b2e (diff)
http.c: Remove unused variable
-rw-r--r--http.c1
1 files changed, 0 insertions, 1 deletions
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;