odissey: remove unused on/off keywords

This commit is contained in:
Dmitry Simonenko 2017-07-13 15:34:10 +03:00
parent 351b18be92
commit b5d5a9a3e7
2 changed files with 1 additions and 4 deletions

View File

@ -51,6 +51,7 @@ database "console"
{
user default {
authentication "none"
pool "session"
storage "local"
}
}

View File

@ -37,8 +37,6 @@ enum
{
OD_LYES,
OD_LNO,
OD_LON,
OD_LOFF,
OD_LDAEMONIZE,
OD_LLOG_DEBUG,
OD_LLOG_CONFIG,
@ -99,8 +97,6 @@ static od_keyword_t od_config_keywords[] =
/* main */
od_keyword("yes", OD_LYES),
od_keyword("no", OD_LNO),
od_keyword("on", OD_LON),
od_keyword("off", OD_LOFF),
od_keyword("daemonize", OD_LDAEMONIZE),
od_keyword("log_debug", OD_LLOG_DEBUG),
od_keyword("log_config", OD_LLOG_CONFIG),