Revert Platform::setProcessPriority
This commit is contained in:
parent
dbb721cb5e
commit
4a9a7434f6
5 changed files with 49 additions and 0 deletions
|
@ -111,6 +111,11 @@ void xmrig::Platform::restoreTimerResolution()
|
|||
}
|
||||
|
||||
|
||||
void xmrig::Platform::setProcessPriority(int)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void xmrig::Platform::setThreadPriority(int priority)
|
||||
{
|
||||
if (priority == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue