refactor: Remove unused code

This commit is contained in:
MarcoFalke
2021-04-04 12:40:09 +02:00
parent faa921f787
commit 0000007709
3 changed files with 0 additions and 10 deletions

View File

@@ -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>;
/**