diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-12 17:59:36 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-12 17:59:49 +0100 |
| commit | 438fe10b069b355407cd42b244de5deb695f2338 (patch) | |
| tree | 79b0f41bf99d111fa06e8fb7ac06928475c9f850 /http.c | |
| parent | 5f0cd92f0bdc74d1c087781dabc19b258bda0b2e (diff) | |
http.c: Remove unused variable
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
