Remove unused error code

This commit is contained in:
Antonio Andelic 2022-12-19 12:20:26 +00:00
parent fcb78cd1d7
commit 6d83221d4e

View File

@ -19,7 +19,6 @@ namespace ErrorCodes
{
extern const int CHECKSUM_DOESNT_MATCH;
extern const int CORRUPTED_DATA;
extern const int UNSUPPORTED_METHOD;
extern const int UNKNOWN_FORMAT_VERSION;
extern const int LOGICAL_ERROR;
}