summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_runtime.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-03-29 16:35:03 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-03-29 16:35:03 +0300
commitbd451a50a9ca3bf9a422c4e8b8bc8bd6c126a1b7 (patch)
treefd55922a1a06f30b0a02b31f5598ba976a9c3116 /src/nxt_runtime.c
parent18377ad288cc247ab49bef61965eb4f124a52cf0 (diff)
downloadunit-bd451a50a9ca3bf9a422c4e8b8bc8bd6c126a1b7.tar.gz
unit-bd451a50a9ca3bf9a422c4e8b8bc8bd6c126a1b7.tar.bz2
Removed unused macros and functions.
Diffstat (limited to 'src/nxt_runtime.c')
-rw-r--r--src/nxt_runtime.c7
1 files changed, 0 insertions, 7 deletions
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)
{