From 275a616bb6182a02288c632e9c6bd51d095d220a Mon Sep 17 00:00:00 2001 From: tavplubix Date: Tue, 1 Jun 2021 16:27:09 +0300 Subject: [PATCH] Update ActiveDataPartSet.cpp --- src/Storages/MergeTree/ActiveDataPartSet.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Storages/MergeTree/ActiveDataPartSet.cpp b/src/Storages/MergeTree/ActiveDataPartSet.cpp index 990ca5d249d..8961b3b452f 100644 --- a/src/Storages/MergeTree/ActiveDataPartSet.cpp +++ b/src/Storages/MergeTree/ActiveDataPartSet.cpp @@ -8,10 +8,6 @@ namespace DB { -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} ActiveDataPartSet::ActiveDataPartSet(MergeTreeDataFormatVersion format_version_, const Strings & names) : format_version(format_version_)