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:
Nik Bougalis
2018-09-11 19:07:33 -07:00
parent 58f786cbb4
commit 1682fe3a39
19 changed files with 3 additions and 746 deletions

View File

@@ -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
{