From b4540f0960a54908a6bca9c2bd091c239ae76a53 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 7 Jun 2022 13:59:45 +0800 Subject: Removing unused tracking fields and functions. The message tracking is unused since 1d84b9e4b459 commit. This fixes the issue found by Coverity (CID 376263). --- src/nxt_router.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nxt_router.c') 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; -- cgit