Update FunctionBinaryArithmetic.h

This commit is contained in:
Yarik Briukhovetskyi 2023-08-07 13:41:12 +02:00 committed by GitHub
parent 1c400432d9
commit 46ef77b5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,6 @@ namespace ErrorCodes
extern const int DECIMAL_OVERFLOW;
extern const int CANNOT_ADD_DIFFERENT_AGGREGATE_STATES;
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int UNSUPPORTED_METHOD;
extern const int SIZES_OF_ARRAYS_DONT_MATCH;
}