diff options
author | Zhidao HONG <z.hong@f5.com> | 2021-10-12 10:32:17 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2021-10-12 10:32:17 +0800 |
commit | 78a4063063b8f810a616d74a358ef150faff96db (patch) | |
tree | 49d0e31539b0b66097cd52fd3e9ff5fc43a082d6 /src/nxt_main_process.c | |
parent | 5fa5b1464f2a0623bb7ee7c68ff6f9d18e744ed4 (diff) | |
download | unit-78a4063063b8f810a616d74a358ef150faff96db.tar.gz unit-78a4063063b8f810a616d74a358ef150faff96db.tar.bz2 |
Removed unused declarations.
Declarations became unused after 6976d36be926.
No functional changes.
Diffstat (limited to 'src/nxt_main_process.c')
-rw-r--r-- | src/nxt_main_process.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c index 559789df..86425dab 100644 --- a/src/nxt_main_process.c +++ b/src/nxt_main_process.c @@ -31,10 +31,6 @@ typedef struct { } nxt_conf_app_map_t; -extern nxt_port_handlers_t nxt_controller_process_port_handlers; -extern nxt_port_handlers_t nxt_router_process_port_handlers; - - static nxt_int_t nxt_main_process_port_create(nxt_task_t *task, nxt_runtime_t *rt); static void nxt_main_process_title(nxt_task_t *task); |