Removed unwanted assertions.

This commit is contained in:
Max Romanov
2018-02-20 19:00:30 +03:00
parent ee39da0e00
commit babf67712e
5 changed files with 42 additions and 22 deletions

View File

@@ -313,7 +313,7 @@ nxt_port_process_ready_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg)
process->ready = 1;
nxt_assert(nxt_queue_is_empty(&process->ports) == 0);
nxt_assert(!nxt_queue_is_empty(&process->ports));
port = nxt_process_port_first(process);