mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
Try removing SHAMapNodeData constructor
This commit is contained in:
@@ -83,12 +83,6 @@ struct SHAMapNodeData
|
||||
SHAMapNodeID nodeID;
|
||||
Blob data;
|
||||
bool isLeaf;
|
||||
|
||||
// TODO: This constructor can be removed once we have fully switched to C++20 or beyond.
|
||||
SHAMapNodeData(SHAMapNodeID const& id, Blob d, bool leaf)
|
||||
: nodeID(id), data(std::move(d)), isLeaf(leaf)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class SHAMap
|
||||
|
||||
Reference in New Issue
Block a user