mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update threadPoolCallbackRunner.h
This commit is contained in:
parent
242552b019
commit
76451745bc
@ -30,7 +30,6 @@ ThreadPoolCallbackRunner<Result, Callback> threadPoolCallbackRunner(ThreadPool &
|
||||
/// Releasing has to use proper memory tracker which has been set here before callback
|
||||
|
||||
[[maybe_unused]] auto tmp = std::move(callback);
|
||||
thread_name.clear();
|
||||
}
|
||||
|
||||
if (thread_group)
|
||||
|
Loading…
Reference in New Issue
Block a user