1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

#1363 Fixed main thread priority.

This commit is contained in:
XMRig
2019-12-03 18:28:10 +07:00
parent c3fd5835c3
commit 05421057ae
7 changed files with 5 additions and 54 deletions

View File

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