From 4f873bcbaa7cbf8733ed9ffc4f136256cb90d447 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 27 Oct 2015 10:01:20 +0000 Subject: Remove some old/obsolete/unused code git history's here if needed to get any of this back --- src/cryptonote_core/blockchain.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/cryptonote_core/blockchain.h') diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 21bbfb447..00670c6d3 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -107,9 +107,6 @@ namespace cryptonote bool prepare_handle_incoming_blocks(const std::list &blocks); bool cleanup_handle_incoming_blocks(bool force_sync = false); - template - void serialize(archive_t & ar, const unsigned int version); - bool have_tx(const crypto::hash &id) const; bool have_tx_keyimges_as_spent(const transaction &tx) const; bool have_tx_keyimg_as_spent(const crypto::key_image &key_im) const; @@ -276,16 +273,4 @@ namespace cryptonote void check_ring_signature(const crypto::hash &tx_prefix_hash, const crypto::key_image &key_image, const std::vector &pubkeys, const std::vector &sig, uint64_t &result); }; - - - /************************************************************************/ - /* */ - /************************************************************************/ - - #define CURRENT_BLOCKCHAIN_ARCHIVE_VER 13 - - //------------------------------------------------------------------ - } // namespace cryptonote - -BOOST_CLASS_VERSION(cryptonote::Blockchain, CURRENT_BLOCKCHAIN_ARCHIVE_VER) -- cgit v1.2.3