Update MongoDBSource.cpp

This commit is contained in:
Alexey Milovidov 2022-12-28 21:26:42 +03:00 committed by GitHub
parent 33bcd07be5
commit cf594a659d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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