unused error codes

This commit is contained in:
Alexander Gololobov 2024-07-17 08:43:38 +02:00 committed by GitHub
parent 855f03d1d3
commit 88f9a87ce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,16 +16,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int DICTIONARIES_WAS_NOT_LOADED;
extern const int FUNCTION_NOT_ALLOWED;
extern const int NOT_IMPLEMENTED;
extern const int SUPPORT_IS_DISABLED;
extern const int ACCESS_DENIED;
extern const int DEPRECATED_FUNCTION;
};
enum class FunctionOrigin : int8_t
{
SYSTEM = 0,