[sr] Remove Cache::HasKey() method that is not used.

This commit is contained in:
Yury Melnichek 2013-08-28 03:50:59 +02:00 committed by Alex Zolotarev
parent ff4e27cb6f
commit 86d2958c12

View file

@ -58,12 +58,6 @@ namespace my
return data.m_Value;
}
bool HasKey(KeyT const & key) const
{
Data const & data = m_Cache[Index(key)];
return (data.m_Key == key);
}
template <typename F>
void ForEachValue(F f)
{