1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 16:23:13 +02:00

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
This commit is contained in:
cyberbotx
2009-04-07 05:31:14 +00:00
parent 578da38d30
commit 87ecbec79d
17 changed files with 4 additions and 272 deletions
-3
View File
@@ -575,9 +575,6 @@ struct memo_ {
time_t time; /* When it was sent */
char sender[NICKMAX];
char *text;
#ifdef USE_MYSQL
uint32 id; /* Database ID; see mysql.c */
#endif
};
typedef struct {