fix style

This commit is contained in:
alesapin 2021-04-06 17:02:56 +03:00
parent 4633afe962
commit b4fc13de8e
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ namespace DB
namespace ErrorCodes
{
extern const int NO_ELEMENTS_IN_CONFIG;
extern const int WRONG_PASSWORD;
}
std::shared_ptr<ConfigInterserverCredentials>

View File

@ -20,7 +20,6 @@ namespace DB
namespace ErrorCodes
{
extern const int ABORTED;
extern const int NOT_IMPLEMENTED;
extern const int TOO_MANY_SIMULTANEOUS_QUERIES;
extern const int WRONG_PASSWORD;
}