From 6f953e06aef157ed5e9c0b98b3594b5c7caba70e Mon Sep 17 00:00:00 2001 From: myrrc Date: Fri, 24 Jul 2020 18:02:57 +0300 Subject: [PATCH] fix: style-checker --- src/Functions/array/arrayIndex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Functions/array/arrayIndex.h b/src/Functions/array/arrayIndex.h index 754cef05f7b..6c7cbe4ab8d 100644 --- a/src/Functions/array/arrayIndex.h +++ b/src/Functions/array/arrayIndex.h @@ -25,7 +25,6 @@ namespace DB namespace ErrorCodes { extern const int ILLEGAL_COLUMN; - extern const int LOGICAL_ERROR; extern const int ILLEGAL_TYPE_OF_ARGUMENT; }