Remove redundant error code

This commit is contained in:
alesapin 2020-02-17 16:37:16 +03:00
parent 72ed29f1e8
commit 7d7fdb389d

View File

@ -483,7 +483,6 @@ namespace ErrorCodes
extern const int INVALID_GRANT = 509;
extern const int CACHE_DICTIONARY_UPDATE_FAIL = 510;
extern const int CANNOT_ASSIGN_ALTER = 512;
extern const int CONCURRENT_ALTER_IS_PROCESSING = 513;
extern const int KEEPER_EXCEPTION = 999;
extern const int POCO_EXCEPTION = 1000;