From d732c73e71232328f039311760359b85823116bc Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 3 Aug 2017 11:26:55 +0100 Subject: blockchain: remove a few unused variables --- src/cryptonote_core/blockchain.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cryptonote_core/blockchain.h') diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 4f2e4f0d3..35b1ce9f5 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -585,7 +585,7 @@ namespace cryptonote * * @return true if Blockchain is having the chain stored currently, else false */ - bool is_storing_blockchain()const{return m_is_blockchain_storing;} + bool is_storing_blockchain()const{return false;} /** * @brief gets the difficulty of the block with a given height @@ -931,8 +931,6 @@ namespace cryptonote checkpoints m_checkpoints; - std::atomic m_is_in_checkpoint_zone; - std::atomic m_is_blockchain_storing; bool m_enforce_dns_checkpoints; HardFork *m_hardfork; -- cgit v1.2.3