mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-13 11:25:02 -05:00
refactor: Remove unused code
This commit is contained in:
parent
faa921f787
commit
0000007709
3 changed files with 0 additions and 10 deletions
|
@ -559,9 +559,3 @@ void SelectParams(const std::string& network)
|
||||||
SelectBaseParams(network);
|
SelectBaseParams(network);
|
||||||
globalChainParams = CreateChainParams(gArgs, 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;
|
const unsigned int nChainTx;
|
||||||
};
|
};
|
||||||
|
|
||||||
std::ostream& operator<<(std::ostream& o, const AssumeutxoData& aud);
|
|
||||||
|
|
||||||
using MapAssumeutxo = std::map<int, const AssumeutxoData>;
|
using MapAssumeutxo = std::map<int, const AssumeutxoData>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
class ChainstateManager;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A UTXO entry.
|
* A UTXO entry.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue