Update NamedCollections.cpp

This commit is contained in:
Kseniia Sumarokova 2024-05-30 18:15:36 +02:00 committed by GitHub
parent 0910164e83
commit ef2b6e7c3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,6 @@ namespace DB
namespace ErrorCodes
{
extern const int NAMED_COLLECTION_DOESNT_EXIST;
extern const int NAMED_COLLECTION_ALREADY_EXISTS;
extern const int NAMED_COLLECTION_IS_IMMUTABLE;
extern const int BAD_ARGUMENTS;
}