Fix style.

This commit is contained in:
Nikolai Kochetov 2020-04-10 18:41:22 +03:00
parent 994f95ddb0
commit f35a8bf351
2 changed files with 0 additions and 6 deletions

View File

@ -15,7 +15,6 @@ namespace DB
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int INCORRECT_DATA;
}

View File

@ -4,11 +4,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
ReplacingSortedAlgorithm::ReplacingSortedAlgorithm(
const Block & header, size_t num_inputs,
SortDescription description_, const String & version_column,