Remove unused nullConstSHAMapItem

This commit fixes #3550.
This commit is contained in:
Howard Hinnant
2020-08-13 13:46:24 -04:00
committed by Nik Bougalis
parent 831e03ad2a
commit 4ae2f06be4

View File

@@ -492,8 +492,6 @@ SHAMap::onlyBelow(SHAMapAbstractNode* node) const
return leaf->peekItem();
}
static std::shared_ptr<SHAMapItem const> const nullConstSHAMapItem;
SHAMapTreeNode const*
SHAMap::peekFirstItem(SharedPtrNodeStack& stack) const
{