Update ErrorCodes.cpp

This commit is contained in:
alexey-milovidov 2020-06-28 17:37:42 +03:00 committed by GitHub
parent 2c96ad0a7e
commit 86ef3e1d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,7 +504,6 @@ namespace ErrorCodes
extern const int CONDITIONAL_TREE_PARENT_NOT_FOUND = 2001;
extern const int ILLEGAL_PROJECTION_MANIPULATOR = 2002;
extern const int UNRECOGNIZED_ARGUMENTS = 2003;
}