Skip to content

Commit 0000007

Browse files
author
MarcoFalke
committed
refactor: Remove unused code
1 parent faa921f commit 0000007

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/chainparams.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,3 @@ void SelectParams(const std::string& network)
559559
SelectBaseParams(network);
560560
globalChainParams = CreateChainParams(gArgs, network);
561561
}
562-
563-
std::ostream& operator<<(std::ostream& o, const AssumeutxoData& aud)
564-
{
565-
o << strprintf("AssumeutxoData(%s, %s)", aud.hash_serialized.ToString(), aud.nChainTx);
566-
return o;
567-
}

src/chainparams.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ struct AssumeutxoData {
4141
const unsigned int nChainTx;
4242
};
4343

44-
std::ostream& operator<<(std::ostream& o, const AssumeutxoData& aud);
45-
4644
using MapAssumeutxo = std::map<int, const AssumeutxoData>;
4745

4846
/**

src/coins.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#include <functional>
2121
#include <unordered_map>
2222

23-
class ChainstateManager;
24-
2523
/**
2624
* A UTXO entry.
2725
*

0 commit comments

Comments
 (0)