mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7037] Avoid unneeded #ifdef
This commit is contained in:
parent
93bcb0b91d
commit
221a60266b
2 changed files with 2 additions and 6 deletions
|
|
@ -23,11 +23,7 @@
|
|||
#include "Policies/SingletonImp.h"
|
||||
#include "Util.h"
|
||||
|
||||
#ifdef DO_POSTGRESQL
|
||||
extern DatabasePostgre loginDatabase;
|
||||
#else
|
||||
extern DatabaseMysql loginDatabase;
|
||||
#endif
|
||||
extern DatabaseType loginDatabase;
|
||||
|
||||
INSTANTIATE_SINGLETON_1(AccountMgr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue