Fixed binary-tidy complaint

This commit is contained in:
Michal Tabaszewski 2024-08-19 20:52:51 +02:00 committed by Robert Schulze
parent cd51535a67
commit ad20d24c6e
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -621,7 +621,7 @@ QueryCache::Writer QueryCache::createWriter(const Key & key, std::chrono::millis
void QueryCache::clearWithTag(const String & tag)
{
auto remove_with_tag = [tag](const Key & k, const Cache::MappedPtr & _)
auto remove_with_tag = [tag](const Key & k, const Cache::MappedPtr &)
{
return k.tag == tag;
};