mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -31,7 +31,7 @@ namespace ACE_Based
|
||||
|
||||
//! Create a LockedQueue.
|
||||
LockedQueue()
|
||||
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -117,7 +117,6 @@ void Thread::setPriority(Priority priority)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
// remove this ASSERT in case you don't want to know is thread priority change was successful or not
|
||||
ASSERT(_ok);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user