Removed unused macros and functions.

This commit is contained in:
Igor Sysoev
2018-03-29 16:35:03 +03:00
parent 18377ad288
commit bd451a50a9
3 changed files with 0 additions and 38 deletions

View File

@@ -1846,13 +1846,6 @@ nxt_runtime_process_first(nxt_runtime_t *rt, nxt_lvlhsh_each_t *lhe)
}
nxt_port_t *
nxt_runtime_port_first(nxt_runtime_t *rt, nxt_lvlhsh_each_t *lhe)
{
return nxt_port_hash_first(&rt->ports, lhe);
}
void
nxt_runtime_port_add(nxt_task_t *task, nxt_port_t *port)
{