aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;