mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 22:27:12 +08:00
policy_cache.hpp
This commit is contained in:
parent
fe77a59c60
commit
5d1ed13cba
@ -43,8 +43,6 @@ public:
|
||||
insert(std::string const &key_,
|
||||
std::string const &val_)
|
||||
{
|
||||
auto size = _cache.size();
|
||||
|
||||
while(_cache.size() > _max_size)
|
||||
{
|
||||
std::string key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user