From de20d58f6ba4a27b971e809d1f636de8e55efb29 Mon Sep 17 00:00:00 2001 From: Yakov Olkhovskiy Date: Tue, 22 Nov 2022 21:55:07 +0000 Subject: [PATCH] style fix --- src/Dictionaries/IPAddressDictionary.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Dictionaries/IPAddressDictionary.cpp b/src/Dictionaries/IPAddressDictionary.cpp index 95859649c9c..1c886641d23 100644 --- a/src/Dictionaries/IPAddressDictionary.cpp +++ b/src/Dictionaries/IPAddressDictionary.cpp @@ -29,7 +29,6 @@ namespace ErrorCodes extern const int CANNOT_PARSE_INPUT_ASSERTION_FAILED; extern const int CANNOT_PARSE_NUMBER; extern const int DICTIONARY_IS_EMPTY; - extern const int LOGICAL_ERROR; extern const int TYPE_MISMATCH; extern const int UNSUPPORTED_METHOD; }