diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-30 12:03:43 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-30 12:03:43 +0100 |
commit | 14ec6ed80d488a3ab80b2d949202a1d9fe94d84c (patch) | |
tree | 709b531cf766e508538a0d72a6c49b57ca916f10 /src/cryptonote_core | |
parent | Merge pull request #2159 (diff) | |
download | monero-14ec6ed80d488a3ab80b2d949202a1d9fe94d84c.tar.xz |
tx_pool: remove obsolete unused m_config_folder field
Diffstat (limited to 'src/cryptonote_core')
-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 }; } |