From f6607430659967965d7fa3bbf0c350da92afb9c3 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 13 Jun 2014 14:00:17 -0700 Subject: [PATCH] Remove unused SHAMap::getItem --- src/ripple/module/app/shamap/SHAMap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ripple/module/app/shamap/SHAMap.h b/src/ripple/module/app/shamap/SHAMap.h index 070ed8b30..16300ed31 100644 --- a/src/ripple/module/app/shamap/SHAMap.h +++ b/src/ripple/module/app/shamap/SHAMap.h @@ -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 ();