mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
refactor: Remove unused code
This commit is contained in:
parent
faa921f787
commit
0000007709
@ -559,9 +559,3 @@ void SelectParams(const std::string& network)
|
||||
SelectBaseParams(network);
|
||||
globalChainParams = CreateChainParams(gArgs, network);
|
||||
}
|
||||
|
||||
std::ostream& operator<<(std::ostream& o, const AssumeutxoData& aud)
|
||||
{
|
||||
o << strprintf("AssumeutxoData(%s, %s)", aud.hash_serialized.ToString(), aud.nChainTx);
|
||||
return o;
|
||||
}
|
||||
|
@ -41,8 +41,6 @@ struct AssumeutxoData {
|
||||
const unsigned int nChainTx;
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& o, const AssumeutxoData& aud);
|
||||
|
||||
using MapAssumeutxo = std::map<int, const AssumeutxoData>;
|
||||
|
||||
/**
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
|
||||
class ChainstateManager;
|
||||
|
||||
/**
|
||||
* A UTXO entry.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user