diff options
Diffstat (limited to 'src/shared/Database/DatabaseMysql.cpp')
-rw-r--r-- | src/shared/Database/DatabaseMysql.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/Database/DatabaseMysql.cpp b/src/shared/Database/DatabaseMysql.cpp index 2d5a7b928cc..a595d347e5b 100644 --- a/src/shared/Database/DatabaseMysql.cpp +++ b/src/shared/Database/DatabaseMysql.cpp @@ -18,8 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef DO_POSTGRESQL - #include "Util.h" #include "Policies/SingletonImp.h" #include "Platform/Define.h" @@ -435,4 +433,3 @@ void DatabaseMysql::HaltDelayThread() m_delayThread = NULL; m_threadBody = NULL; } -#endif |