Fix style check

This commit is contained in:
kssenii 2023-04-17 19:11:42 +02:00
parent 86ca6c4f44
commit a470deafbc
3 changed files with 1 additions and 6 deletions

View File

@ -634,7 +634,6 @@
M(663, INCONSISTENT_METADATA_FOR_BACKUP) \
M(664, ACCESS_STORAGE_DOESNT_ALLOW_BACKUP) \
M(665, CANNOT_CONNECT_NATS) \
M(666, CANNOT_USE_CACHE) \
M(667, NOT_INITIALIZED) \
M(668, INVALID_STATE) \
M(669, NAMED_COLLECTION_DOESNT_EXIST) \

View File

@ -33,7 +33,6 @@ namespace DB
namespace ErrorCodes
{
extern const int CANNOT_SEEK_THROUGH_FILE;
extern const int CANNOT_USE_CACHE;
extern const int LOGICAL_ERROR;
extern const int ARGUMENT_OUT_OF_BOUND;
}

View File

@ -22,10 +22,7 @@ namespace DB
namespace ErrorCodes
{
extern const int NOT_IMPLEMENTED;
}
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
extern const int CANNOT_UNLINK;
}