Remove unused error code

This commit is contained in:
alesapin 2020-03-02 12:25:59 +03:00
parent b3e1c93acb
commit fcd1610164

View File

@ -56,7 +56,6 @@ namespace ErrorCodes
extern const int DIRECTORY_ALREADY_EXISTS;
extern const int LOGICAL_ERROR;
extern const int ABORTED;
extern const int UNKNOWN_MUTATION_COMMAND;
}