mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-15 14:50:44 -08:00
Fixed some warnings
This commit is contained in:
parent
d6133057ca
commit
ad77560bcb
1 changed files with 0 additions and 4 deletions
|
|
@ -23,8 +23,6 @@ class MySQL
|
|||
static void Thread_Init()
|
||||
{
|
||||
mysql_thread_init();
|
||||
sLog->outSQLDriver("Core thread with ID [" UI64FMTD "] initializing MySQL thread.",
|
||||
ACORE::Thread::currentId());
|
||||
}
|
||||
|
||||
/*! Shuts down MySQL thread and frees resources, should only be called
|
||||
|
|
@ -34,8 +32,6 @@ class MySQL
|
|||
static void Thread_End()
|
||||
{
|
||||
mysql_thread_end();
|
||||
sLog->outSQLDriver("Core thread with ID [" UI64FMTD "] shutting down MySQL thread.",
|
||||
ACORE::Thread::currentId());
|
||||
}
|
||||
|
||||
static void Library_Init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue