fix style -- rm unused ErrorCode

This commit is contained in:
Andrey Zvonov 2022-06-17 15:00:32 +05:00
parent c1b2b669ab
commit f987f461e5

View File

@ -19,7 +19,6 @@ namespace ErrorCodes
{
extern const int ILLEGAL_COLUMN;
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int INCORRECT_DATA;
extern const int BAD_ARGUMENTS;
}