forked from organicmaps/organicmaps
[sr] Remove Cache::HasKey() method that is not used.
This commit is contained in:
parent
ff4e27cb6f
commit
86d2958c12
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue