From 7a81d9d61d0c4e3cc7e6b74b6be367cbf26ea2ab Mon Sep 17 00:00:00 2001 From: OutOfFocus4 Date: Tue, 22 Nov 2022 15:03:59 -0500 Subject: [PATCH] Removed dead code. Signed-off-by: Alejandro Colomar --- src/nxt_application.h | 1 - 1 file changed, 1 deletion(-) 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;