Removed unused declarations.

Declarations became unused after 6976d36be926.

No functional changes.
This commit is contained in:
Zhidao HONG
2021-10-12 10:32:17 +08:00
parent 5fa5b1464f
commit 78a4063063

View File

@@ -31,10 +31,6 @@ typedef struct {
} nxt_conf_app_map_t; } 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, static nxt_int_t nxt_main_process_port_create(nxt_task_t *task,
nxt_runtime_t *rt); nxt_runtime_t *rt);
static void nxt_main_process_title(nxt_task_t *task); static void nxt_main_process_title(nxt_task_t *task);