From da81b1e10464fda1d4d4bd8c119e5c4504bd623d Mon Sep 17 00:00:00 2001 From: FengXingYuXin <15802743862@163.com> Date: Fri, 21 Jun 2024 16:54:36 +0800 Subject: [PATCH] remove old unused variable --- modules/ngx_http_upstream_dyups_module/ngx_http_dyups_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ngx_http_upstream_dyups_module/ngx_http_dyups_module.c b/modules/ngx_http_upstream_dyups_module/ngx_http_dyups_module.c index 23c1d85a4..0ae2566f9 100644 --- a/modules/ngx_http_upstream_dyups_module/ngx_http_dyups_module.c +++ b/modules/ngx_http_upstream_dyups_module/ngx_http_dyups_module.c @@ -1787,7 +1787,7 @@ static ngx_buf_t * ngx_http_dyups_read_body(ngx_http_request_t *r) { size_t len; - ngx_buf_t *buf, *next, *body; + ngx_buf_t *buf, *body; ngx_chain_t *cl;