diff options
-rw-r--r-- | src/nxt_application.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h index 239f357b..4d624448 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -49,7 +49,6 @@ typedef struct { typedef struct { char *home; nxt_conf_value_t *path; - char *callable; nxt_str_t protocol; uint32_t threads; uint32_t thread_stack_size; |