Revert Platform::setProcessPriority

This commit is contained in:
XMRig 2019-12-27 03:19:03 +07:00
parent dbb721cb5e
commit 4a9a7434f6
No known key found for this signature in database
GPG key ID: 446A53638BE94409
5 changed files with 49 additions and 0 deletions

View file

@ -111,6 +111,11 @@ void xmrig::Platform::restoreTimerResolution()
}
void xmrig::Platform::setProcessPriority(int)
{
}
void xmrig::Platform::setThreadPriority(int priority)
{
if (priority == -1) {