From 14ec6ed80d488a3ab80b2d949202a1d9fe94d84c Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 30 Jul 2017 12:03:43 +0100 Subject: [PATCH] tx_pool: remove obsolete unused m_config_folder field --- src/cryptonote_core/tx_pool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index 1858ccdd..47a41d07 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -493,7 +493,6 @@ private: */ std::unordered_set m_timed_out_transactions; - std::string m_config_folder; //!< the folder to save state to Blockchain& m_blockchain; //!< reference to the Blockchain object }; }