Removing unused tracking fields and functions.
The message tracking is unused since 1d84b9e4b459 commit. This fixes the issue found by Coverity (CID 376263).
This commit is contained in:
@@ -5384,7 +5384,6 @@ nxt_router_app_prepare_request(nxt_task_t *task,
|
||||
msg.pm.mmap = 1;
|
||||
msg.pm.nf = 0;
|
||||
msg.pm.mf = 0;
|
||||
msg.pm.tracking = 0;
|
||||
|
||||
nxt_port_mmap_handler_t *mmap_handler = buf->parent;
|
||||
nxt_port_mmap_header_t *hdr = mmap_handler->hdr;
|
||||
|
||||
Reference in New Issue
Block a user