diff options
author | Max Romanov <max.romanov@nginx.com> | 2022-06-07 13:59:45 +0800 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2022-06-07 13:59:45 +0800 |
commit | b4540f0960a54908a6bca9c2bd091c239ae76a53 (patch) | |
tree | 88876a81f5c4b01f09ffe452e90a169c1f100c54 /src/nxt_router.c | |
parent | df421e36b368c9595e8adedc078b69f3f0c2466b (diff) | |
download | unit-b4540f0960a54908a6bca9c2bd091c239ae76a53.tar.gz unit-b4540f0960a54908a6bca9c2bd091c239ae76a53.tar.bz2 |
Removing unused tracking fields and functions.
The message tracking is unused since 1d84b9e4b459 commit.
This fixes the issue found by Coverity (CID 376263).
Diffstat (limited to 'src/nxt_router.c')
-rw-r--r-- | src/nxt_router.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_router.c b/src/nxt_router.c index 48547a75..6b69b2ce 100644 --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -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; |