diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-12 12:38:14 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-12 12:38:14 +0100 |
commit | 73482f3065af13de1140308f65371d059df7decf (patch) | |
tree | 24eddb96df9e00c180eb670f5b2862df4e8ed82f /xmrstak/backend/cpu/minethd.hpp | |
parent | 329a6d9ad172b5c9c4296a5762b039abac1881cb (diff) | |
download | xmr-stak-73482f3065af13de1140308f65371d059df7decf.zip xmr-stak-73482f3065af13de1140308f65371d059df7decf.tar.gz |
Affinity - fix B
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 584fb0d..ad75d07 100644 --- a/xmrstak/backend/cpu/minethd.hpp +++ b/xmrstak/backend/cpu/minethd.hpp @@ -46,7 +46,6 @@ private: miner_work oWork; void pin_thd_affinity(); - // Held by the creating context to prevent a race cond with oWorkThd = std::thread(...) std::mutex work_thd_mtx; std::thread oWorkThd; |