From 915be88ddcebac61dc06cc47668961b602e01b38 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 21 Aug 2024 23:15:44 +0200 Subject: http.c: Remove unused variable --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index 514d821..0b058dc 100644 --- a/http.c +++ b/http.c @@ -1784,7 +1784,7 @@ static int apply_from_mem(struct http_ctx *const h, struct form *const f) return 1; const struct http_cfg_post *const cfg = &h->cfg.post; - struct http_post_pair *pairs, *p; + struct http_post_pair *pairs; const size_t n = m->npairs + 1; if (n > cfg->max_pairs) -- cgit v1.2.3