Skip to content

Commit

Permalink
remove old unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FengXingYuXin committed Jun 21, 2024
1 parent e57782c commit da81b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit da81b1e

Please sign in to comment.