aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-08-15 18:44:31 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-08-15 18:44:31 +0100
commit4a443775e87d7447c12d313575f18f9c86bb4c4b (patch)
treee36c49e2fe375d4228b89760700667d2fd21c9cd
parentblockchain: do not try to add a tx the pool when it was nor taken out (diff)
downloadmonero-4a443775e87d7447c12d313575f18f9c86bb4c4b.tar.xz
blockchain: remove dead code
-rw-r--r--src/cryptonote_core/blockchain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index 37e9053c7..4d1eecfc1 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -2470,7 +2470,6 @@ bool Blockchain::handle_block_to_main_chain(const block& bl, const crypto::hash&
}
TIME_MEASURE_FINISH(vmt);
- block_extended_info bei = boost::value_initialized<block_extended_info>();
size_t block_size;
difficulty_type cumulative_difficulty;