Update Client.cpp

This commit is contained in:
Kruglov Pavel 2021-10-14 18:18:04 +03:00 committed by GitHub
parent ba7b784646
commit 8d1c51c422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,6 @@ namespace ErrorCodes
extern const int SYNTAX_ERROR;
extern const int TOO_DEEP_RECURSION;
extern const int NETWORK_ERROR;
extern const int UNRECOGNIZED_ARGUMENTS;
extern const int AUTHENTICATION_FAILED;
}