diff --git a/base/cache.hpp b/base/cache.hpp index b792fd0333..2bd778ac4b 100644 --- a/base/cache.hpp +++ b/base/cache.hpp @@ -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 void ForEachValue(F f) {