Skip to content

Remove unnecessary try catch#6036

Merged
alexey-milovidov merged 4 commits intoClickHouse:masterfrom
vitlibar:remove-unnecessary-try-catch
Jul 17, 2019
Merged

Remove unnecessary try catch#6036
alexey-milovidov merged 4 commits intoClickHouse:masterfrom
vitlibar:remove-unnecessary-try-catch

Conversation

@vitlibar
Copy link
Member

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Don't include in changelog.

@@ -783,7 +783,7 @@ class ExternalLoader::LoadingDispatcher : private boost::noncopyable
std::exception_ptr new_exception;
try
Copy link
Member Author

@vitlibar vitlibar Jul 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is a try-catch, we don't need try-catch in each constructor.

@alexey-milovidov alexey-milovidov merged commit a20a39c into ClickHouse:master Jul 17, 2019
@vitlibar vitlibar deleted the remove-unnecessary-try-catch branch July 18, 2019 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants