diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-08-15 18:44:31 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-08-15 18:44:31 +0100 |
commit | 4a443775e87d7447c12d313575f18f9c86bb4c4b (patch) | |
tree | e36c49e2fe375d4228b89760700667d2fd21c9cd /src | |
parent | blockchain: do not try to add a tx the pool when it was nor taken out (diff) | |
download | monero-4a443775e87d7447c12d313575f18f9c86bb4c4b.tar.xz |
blockchain: remove dead code
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/blockchain.cpp | 1 |
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; |