summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:49:16 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:49:16 +0000
commit69d5982adbc763150beee66bf45196d808dfb991 (patch)
treee4e52703ccfbdb2220d657dfde8a07d578df91d6 /src
parent8131ca2c985cc817d7d071340ecb3340f83262d3 (diff)
Remove the MySQL related directives from the old config as MySQL has been ripped out of 1.9 for the time being.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1737 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r--src/config.c9
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},