Remove unused SHAMap::getItem

This commit is contained in:
Vinnie Falco
2014-06-13 14:00:17 -07:00
parent 4559bd9030
commit f660743065

View File

@@ -153,7 +153,6 @@ public:
bool delItem (uint256 const & id);
bool addItem (const SHAMapItem & i, bool isTransaction, bool hasMeta);
bool updateItem (const SHAMapItem & i, bool isTransaction, bool hasMeta);
SHAMapItem getItem (uint256 const & id);
uint256 getHash () const
{
return root->getNodeHash ();