Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
lbrycrd
Commits
d5db27b6
Unverified
Commit
d5db27b6
authored
Oct 15, 2018
by
kay kurokawa
Browse files
Remove lines that are no longer used after removal of logging line in
7eca4f00
parent
7eca4f00
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/claimtrie.cpp
View file @
d5db27b6
...
...
@@ -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
{
uint32_t
num_claims
=
0
;
if
(
pNode
)
num_claims
=
pNode
->
claims
.
size
();
if
(
pNode
)
batch
.
Write
(
std
::
make_pair
(
TRIE_NODE
,
name
),
*
pNode
);
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment