Update MongoDBSource.cpp

This commit is contained in:
Kseniia Sumarokova 2022-04-20 13:18:11 +02:00 committed by GitHub
parent b1d699aea1
commit 70100dbd8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ namespace ErrorCodes
{
extern const int TYPE_MISMATCH;
extern const int MONGODB_CANNOT_AUTHENTICATE;
extern const int NOT_FOUND_COLUMN_IN_BLOCK;
extern const int UNKNOWN_TYPE;
extern const int MONGODB_ERROR;
}