don't run ThreadMessageHandler at lowered priority

There's no clear reason ThreadMessageHandler should be low priority.
Fixes #8010 (priority inversion).
This commit is contained in:
Kaz Wesley
2016-05-05 11:55:46 -07:00
committed by lateminer
parent 5c11a7c29b
commit e8222a467f
4 changed files with 0 additions and 26 deletions

View File

@@ -219,7 +219,6 @@ std::string HelpMessageOpt(const std::string& option, const std::string& message
*/
int GetNumCores();
void SetThreadPriority(int nPriority);
void RenameThread(const char* name);
/**