Skip to content

Commit

Permalink
refactor: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed May 11, 2021
1 parent faa921f commit 0000007
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions src/chainparams.cpp
Expand Up @@ -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;
}
2 changes: 0 additions & 2 deletions src/chainparams.h
Expand Up @@ -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>;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/coins.h
Expand Up @@ -20,8 +20,6 @@
#include <functional>
#include <unordered_map>

class ChainstateManager;

/**
* A UTXO entry.
*
Expand Down

0 comments on commit 0000007

Please sign in to comment.