Remove dead code. Change unit tests to compensate.

This commit is contained in:
JoelKatz
2012-04-23 15:58:05 -07:00
parent 238b2d16f8
commit 3a09455e6c
4 changed files with 5 additions and 14 deletions

View File

@@ -155,10 +155,6 @@ SHAMapItem::SHAMapItem(const uint256& tag, const std::vector<unsigned char>& dat
: mTag(tag), mData(data)
{ ; }
SHAMapItem::SHAMapItem(const uint160& tag, const std::vector<unsigned char>& data)
: mTag(tag.to256()), mData(data)
{ ; }
SHAMapItem::pointer SHAMap::firstBelow(SHAMapTreeNode::pointer node)
{
// Return the first item below this node