Fixed dead assignments.

Found by Clang Static Analyzer.
This commit is contained in:
Max Romanov
2021-08-03 13:59:27 +03:00
parent fa9fb29be2
commit db03dfad67
6 changed files with 3 additions and 10 deletions

View File

@@ -253,7 +253,6 @@ nxt_http_chunk_buf_completion(nxt_task_t *task, void *obj, void *data)
nxt_buf_t *b, *next, *parent;
b = obj;
parent = data;
nxt_debug(task, "buf completion: %p %p", b, b->mem.start);