Removed dead code.

Signed-off-by: Alejandro Colomar <alx@nginx.com>
This commit is contained in:
OutOfFocus4
2022-09-13 10:36:46 -04:00
committed by Alejandro Colomar
parent 2ac4a7527d
commit 3b970ed934
3 changed files with 1 additions and 16 deletions

View File

@@ -190,18 +190,6 @@ static nxt_conf_map_t nxt_python_app_conf[] = {
offsetof(nxt_common_app_conf_t, u.python.path),
},
{
nxt_string("module"),
NXT_CONF_MAP_STR,
offsetof(nxt_common_app_conf_t, u.python.module),
},
{
nxt_string("callable"),
NXT_CONF_MAP_CSTRZ,
offsetof(nxt_common_app_conf_t, u.python.callable),
},
{
nxt_string("protocol"),
NXT_CONF_MAP_STR,