Removed dead code.

Signed-off-by: Alejandro Colomar <alx@nginx.com>
This commit is contained in:
OutOfFocus4
2022-11-22 15:03:59 -05:00
committed by Alejandro Colomar
parent c9c001ee16
commit 7a81d9d61d

View File

@@ -49,7 +49,6 @@ typedef struct {
typedef struct { typedef struct {
char *home; char *home;
nxt_conf_value_t *path; nxt_conf_value_t *path;
char *callable;
nxt_str_t protocol; nxt_str_t protocol;
uint32_t threads; uint32_t threads;
uint32_t thread_stack_size; uint32_t thread_stack_size;