summaryrefslogtreecommitdiffstats
path: root/backend/GlobalStates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/GlobalStates.cpp')
-rw-r--r--backend/GlobalStates.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/GlobalStates.cpp b/backend/GlobalStates.cpp
index 99356b5..5251da8 100644
--- a/backend/GlobalStates.cpp
+++ b/backend/GlobalStates.cpp
@@ -33,10 +33,6 @@
namespace xmrstak
{
-std::atomic<uint64_t> GlobalStates::iGlobalJobNo;
-std::atomic<uint64_t> GlobalStates::iConsumeCnt; //Threads get jobs as they are initialized
-miner_work GlobalStates::oGlobalWork;
-uint64_t GlobalStates::iThreadCount = 0;
void GlobalStates::switch_work(miner_work& pWork)
{
OpenPOWER on IntegriCloud