mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Removed useless code [#CLICKHOUSE-2]
This commit is contained in:
parent
ed053d222e
commit
43f0b419ea
@ -745,14 +745,10 @@ int32_t ZooKeeper::tryMultiNoThrow(const Requests & requests, Responses & respon
|
||||
{
|
||||
return multiImpl(requests, responses);
|
||||
}
|
||||
catch (ZooKeeperImpl::Exception & e)
|
||||
catch (const ZooKeeperImpl::Exception & e)
|
||||
{
|
||||
return e.code;
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user