diff options
-rw-r--r-- | src/config.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config.c b/src/config.c index dd3242bd8..54aa6adb1 100644 --- a/src/config.c +++ b/src/config.c @@ -1387,15 +1387,6 @@ bool ValueItem::GetBool() Directive directives[] = { {"LocalAddress", {{PARAM_STRING, 0, &LocalHost}, {PARAM_PORT, PARAM_OPTIONAL, &LocalPort}}}, - {"MysqlHost", {{PARAM_STRING, PARAM_RELOAD, &MysqlHost}}}, - {"MysqlUser", {{PARAM_STRING, PARAM_RELOAD, &MysqlUser}}}, - {"MysqlPass", {{PARAM_STRING, PARAM_RELOAD, &MysqlPass}}}, - {"MysqlName", {{PARAM_STRING, PARAM_RELOAD, &MysqlName}}}, - {"MysqlPort", {{PARAM_PORT, PARAM_RELOAD, &MysqlPort}}}, - {"MysqlSecure", {{PARAM_STRING, PARAM_RELOAD, &MysqlSecure}}}, - {"MysqlSock", {{PARAM_STRING, PARAM_RELOAD, &MysqlSock}}}, - {"MysqlRetries", {{PARAM_POSINT, PARAM_RELOAD, &MysqlRetries}}}, - {"MysqlRetryGap", {{PARAM_POSINT, PARAM_RELOAD, &MysqlRetryGap}}}, {"ModuleAutoload", {{PARAM_STRING, PARAM_RELOAD, &Modules}}}, {"RemoteServer2", {{PARAM_STRING, 0, &RemoteServer2}, {PARAM_PORT, 0, &RemotePort2}, |