diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-23 20:11:57 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-23 20:11:57 +0000 |
commit | 240054a7f8e42057e6912f5b399a08f8f63120a0 (patch) | |
tree | 007824e3e0de96599c9fc41e9f8ef9d3b213a936 /src | |
parent | Merge pull request #1775 (diff) | |
download | monero-240054a7f8e42057e6912f5b399a08f8f63120a0.tar.xz |
core: remove a couple unused/obsolete bits
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h index 114e8393e..44b97fa93 100644 --- a/src/cryptonote_core/cryptonote_core.h +++ b/src/cryptonote_core/cryptonote_core.h @@ -818,7 +818,6 @@ namespace cryptonote epee::math_helper::once_a_time_seconds<60*2, false> m_txpool_auto_relayer; //!< interval for checking re-relaying txpool transactions epee::math_helper::once_a_time_seconds<60*60*12, true> m_check_updates_interval; //!< interval for checking for new versions - friend class tx_validate_inputs; std::atomic<bool> m_starter_message_showed; //!< has the "daemon will sync now" message been shown? uint64_t m_target_blockchain_height; //!< blockchain height target @@ -833,8 +832,6 @@ namespace cryptonote std::atomic_flag m_checkpoints_updating; //!< set if checkpoints are currently updating to avoid multiple threads attempting to update at once - boost::interprocess::file_lock db_lock; //!< a lock object for a file lock in the db directory - size_t block_sync_size; time_t start_time; |