diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-17 19:44:18 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-17 19:44:18 +0100 |
commit | 4253e7a0289bcaed1ecab7616f3405dfebb190e4 (patch) | |
tree | 14919334fc8e7669e2e9e06bae6528f3fe0f983f /xmrstak/backend/cpu/minethd.hpp | |
parent | 8bbdd45b9e63f6622ee2eac8f9dd0cd881a78aa4 (diff) | |
download | xmr-stak-4253e7a0289bcaed1ecab7616f3405dfebb190e4.zip xmr-stak-4253e7a0289bcaed1ecab7616f3405dfebb190e4.tar.gz |
rm pin_thd_affinity
Diffstat (limited to 'xmrstak/backend/cpu/minethd.hpp')
-rw-r--r-- | xmrstak/backend/cpu/minethd.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmrstak/backend/cpu/minethd.hpp b/xmrstak/backend/cpu/minethd.hpp index c023fcb..5ffd44e 100644 --- a/xmrstak/backend/cpu/minethd.hpp +++ b/xmrstak/backend/cpu/minethd.hpp @@ -45,7 +45,6 @@ private: static miner_work oGlobalWork; miner_work oWork; - void pin_thd_affinity(); std::promise<void> order_fix; std::thread oWorkThd; |