mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
x = y::pointer() -> x.reset()
This commit is contained in:
@@ -500,7 +500,7 @@ int SHAMapTreeNode::getBranchCount() const
|
||||
|
||||
void SHAMapTreeNode::makeInner()
|
||||
{
|
||||
mItem = SHAMapItem::pointer();
|
||||
mItem.reset();
|
||||
memset(mHashes, 0, sizeof(mHashes));
|
||||
mType = tnINNER;
|
||||
mHash.zero();
|
||||
|
||||
Reference in New Issue
Block a user