mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanup unused Beast bits and pieces:
This cleanup does not remove Boost.Beast code, but old-style Beast which is no longer relevant or helpful.
This commit is contained in:
@@ -600,17 +600,6 @@ int SHAMapInnerNode::getBranchCount () const
|
||||
return count;
|
||||
}
|
||||
|
||||
#ifdef BEAST_DEBUG
|
||||
|
||||
void
|
||||
SHAMapAbstractNode::dump(const SHAMapNodeID & id, beast::Journal journal)
|
||||
{
|
||||
JLOG(journal.debug()) <<
|
||||
"SHAMapTreeNode(" << id.getNodeID () << ")";
|
||||
}
|
||||
|
||||
#endif // BEAST_DEBUG
|
||||
|
||||
std::string
|
||||
SHAMapAbstractNode::getString(const SHAMapNodeID & id) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user