diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-07 15:12:29 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-07 15:12:29 +0200 |
commit | 5cc53c7e4937728879b56f2a494d950157cbf0e4 (patch) | |
tree | e8c46d7b84cec90428d774d9fc2b27ce4bbbae8b /src | |
parent | Merge pull request #2223 (diff) | |
parent | tx_pool: remove obsolete unused m_config_folder field (diff) | |
download | monero-5cc53c7e4937728879b56f2a494d950157cbf0e4.tar.xz |
Merge pull request #2226
14ec6ed8 tx_pool: remove obsolete unused m_config_folder field (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/tx_pool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index 1858ccdd8..47a41d070 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -493,7 +493,6 @@ private: */ std::unordered_set<crypto::hash> m_timed_out_transactions; - std::string m_config_folder; //!< the folder to save state to Blockchain& m_blockchain; //!< reference to the Blockchain object }; } |