summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-07 05:31:14 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-07 05:31:14 +0000
commit87ecbec79dfc02abcaaf3ce2c04b848e968748da (patch)
treef4e36fe6682df24612fa5bdd3303f15928aca451 /src/main.c
parent578da38d30893ca33cc1aa9183e4b82d67c831f3 (diff)
Remove all remaining uses of (My)SQL from the code.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2267 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8484eeea1..cd3c9e117 100644
--- a/src/main.c
+++ b/src/main.c
@@ -89,7 +89,7 @@ const char version_number_dotted[] = VERSION_STRING_DOTTED;
const char version_build[] =
"build #" BUILD ", compiled " __DATE__ " " __TIME__;
/* the space is needed cause if you build with nothing it will complain */
-const char version_flags[] = " " VER_OS VER_MYSQL VER_MODULE;
+const char version_flags[] = " " VER_OS VER_MODULE;
/******** Local variables! ********/