diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-08-21 23:15:44 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-08-22 02:27:34 +0200 |
| commit | 915be88ddcebac61dc06cc47668961b602e01b38 (patch) | |
| tree | 6e54b04979b3c9c10f5f92191ed54be06a59e420 | |
| parent | 15686de86f15866041107bd9830834636008fe1b (diff) | |
http.c: Remove unused variable
| -rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
