Removed unused variable assignment.

Found by Coverity (CID 215301).
This commit is contained in:
Max Romanov
2017-12-28 15:58:01 +03:00
parent 47bc1c53d6
commit b59535b22c

View File

@@ -720,7 +720,6 @@ nxt_port_read_msg_process(nxt_task_t *task, nxt_port_t *port,
if (msg->port_msg.mmap) {
nxt_port_mmap_read(task, msg);
b = msg->buf;
}
nxt_buf_chain_add(&fmsg->buf, msg->buf);