From ed180daf338e581a49a5f8cb18d09a24ff1d7241 Mon Sep 17 00:00:00 2001 From: Anton Popov Date: Tue, 25 May 2021 16:40:03 +0300 Subject: [PATCH] fix style --- src/Functions/CustomWeekTransforms.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Functions/CustomWeekTransforms.h b/src/Functions/CustomWeekTransforms.h index 08d47e74920..2b28620c84e 100644 --- a/src/Functions/CustomWeekTransforms.h +++ b/src/Functions/CustomWeekTransforms.h @@ -19,7 +19,6 @@ namespace DB { namespace ErrorCodes { - extern const int ILLEGAL_TYPE_OF_ARGUMENT; extern const int ILLEGAL_COLUMN; }