mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update ActionBlocker.h
This commit is contained in:
parent
96b603a023
commit
b7c1076df2
@ -31,8 +31,7 @@ struct ActionBlocker
|
||||
|
||||
BlockHolder(BlockHolder && other) noexcept
|
||||
{
|
||||
var = other.var;
|
||||
other.var = nullptr;
|
||||
*this = std::move(other);
|
||||
}
|
||||
|
||||
BlockHolder & operator=(BlockHolder && other) noexcept
|
||||
|
Loading…
Reference in New Issue
Block a user