diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index 2cba87d06..e78b0eff9 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -78,18 +78,9 @@ namespace cryptonote } }; - class hashCompare - { - public: - bool operator()(const crypto::hash& a, const crypto::hash& b) const - { - return memcmp(a.data, b.data, sizeof(crypto::hash)) < 0; - } - }; - //! container for sorting transactions by fee per unit size typedef boost::bimap, txFeeCompare>, - boost::bimaps::set_of> sorted_tx_container; + boost::bimaps::set_of> sorted_tx_container; /**