policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-15 07:45:45 -05:00
parent 2e4fe13aae
commit 0f3bb21044

View File

@ -100,7 +100,6 @@ public:
Val rv;
uint64_t hash;
rv = NULL;
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
_cache.cvisit(hash,
[&](Map::value_type const &v_)