From bd451a50a9ca3bf9a422c4e8b8bc8bd6c126a1b7 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 29 Mar 2018 16:35:03 +0300 Subject: Removed unused macros and functions. --- src/nxt_runtime.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/nxt_runtime.c') diff --git a/src/nxt_runtime.c b/src/nxt_runtime.c index 859cc7cb..d4f19dbf 100644 --- a/src/nxt_runtime.c +++ b/src/nxt_runtime.c @@ -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) { -- cgit