From 28df0c37125541e1b020e210bdea4422e3ae2a02 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Thu, 1 Mar 2018 10:43:08 +0300 Subject: [PATCH] Removed unused constant #1947 --- dbms/src/Common/ErrorCodes.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dbms/src/Common/ErrorCodes.cpp b/dbms/src/Common/ErrorCodes.cpp index 40a630c566a..96776c8d30a 100644 --- a/dbms/src/Common/ErrorCodes.cpp +++ b/dbms/src/Common/ErrorCodes.cpp @@ -262,7 +262,6 @@ namespace ErrorCodes extern const int PARTITION_ALREADY_EXISTS = 256; extern const int PARTITION_DOESNT_EXIST = 257; extern const int UNION_ALL_RESULT_STRUCTURES_MISMATCH = 258; - extern const int UNION_ALL_COLUMN_ALIAS_MISMATCH = 259; extern const int CLIENT_OUTPUT_FORMAT_SPECIFIED = 260; extern const int UNKNOWN_BLOCK_INFO_FIELD = 261; extern const int BAD_COLLATION = 262;