From 09094cbc07e5f533c161d567a9c03b9549db543a Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 13 Mar 2015 20:07:18 +0100 Subject: [PATCH] Silly shadow bug fix. --- libethereum/Miner.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libethereum/Miner.h b/libethereum/Miner.h index eaa9c9e8c..7c4f7e767 100644 --- a/libethereum/Miner.h +++ b/libethereum/Miner.h @@ -164,8 +164,6 @@ private: /// Do some work on the mining. virtual void doWork(); - MinerHost* m_host = nullptr; ///< Our host. - enum MiningStatus { Waiting, Preparing, Mining, Mined, Stopping, Stopped }; MiningStatus m_miningStatus = Waiting; ///< TODO: consider mutex/atomic variable. State m_mineState; ///< The state on which we are mining, generally equivalent to m_postMine.