From 0f2c2d4c34c100e226cf67758ee07fae36858893 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 20 Oct 2017 20:49:23 +0100 Subject: rpc: remove obsolete busy core checks --- src/cryptonote_core/blockchain.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/cryptonote_core') diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 3f2930fb0..e0936da8f 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -634,16 +634,6 @@ namespace cryptonote */ uint64_t get_current_cumulative_blocksize_limit() const; - /** - * @brief checks if the blockchain is currently being stored - * - * Note: this should be meaningless in cases where Blockchain is not - * directly managing saving the blockchain to disk. - * - * @return true if Blockchain is having the chain stored currently, else false - */ - bool is_storing_blockchain()const{return false;} - /** * @brief gets the difficulty of the block with a given height * -- cgit v1.2.3