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_port_rpc.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_port_rpc.c')
-rw-r--r-- | src/nxt_port_rpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_port_rpc.c b/src/nxt_port_rpc.c index 0cac5cbb..28590933 100644 --- a/src/nxt_port_rpc.c +++ b/src/nxt_port_rpc.c @@ -512,7 +512,6 @@ nxt_port_rpc_close(nxt_task_t *task, nxt_port_t *port) msg.port_msg.mmap = 0; msg.port_msg.nf = 0; msg.port_msg.mf = 0; - msg.port_msg.tracking = 0; msg.size = 0; msg.cancelled = 0; msg.u.data = NULL; |