tx_pool: remove obsolete unused m_config_folder field

This commit is contained in:
moneromooo-monero 2017-07-30 12:03:43 +01:00
parent ab594cfee9
commit 14ec6ed80d
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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
};
}