Remove lines that are no longer used after removal of logging line in 7eca4f0
This commit is contained in:
parent
7eca4f00a7
commit
d5db27b61a
1 changed files with 0 additions and 3 deletions
|
@ -970,9 +970,6 @@ bool CClaimTrie::updateTakeoverHeight(const std::string& name, int nTakeoverHeig
|
||||||
|
|
||||||
void CClaimTrie::BatchWriteNode(CDBBatch& batch, const std::string& name, const CClaimTrieNode* pNode) const
|
void CClaimTrie::BatchWriteNode(CDBBatch& batch, const std::string& name, const CClaimTrieNode* pNode) const
|
||||||
{
|
{
|
||||||
uint32_t num_claims = 0;
|
|
||||||
if (pNode)
|
|
||||||
num_claims = pNode->claims.size();
|
|
||||||
if (pNode)
|
if (pNode)
|
||||||
batch.Write(std::make_pair(TRIE_NODE, name), *pNode);
|
batch.Write(std::make_pair(TRIE_NODE, name), *pNode);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue