mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fixed binary-tidy complaint
This commit is contained in:
parent
cd51535a67
commit
ad20d24c6e
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user