mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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 "Policies/SingletonImp.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
|
|
||||||
#ifdef DO_POSTGRESQL
|
extern DatabaseType loginDatabase;
|
||||||
extern DatabasePostgre loginDatabase;
|
|
||||||
#else
|
|
||||||
extern DatabaseMysql loginDatabase;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
INSTANTIATE_SINGLETON_1(AccountMgr);
|
INSTANTIATE_SINGLETON_1(AccountMgr);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7036"
|
#define REVISION_NR "7037"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue