Removed unused errorcodes in Context.cpp - 40907 Parameterized views as table functions

This commit is contained in:
Smita Kulkarni 2022-09-28 10:17:04 +02:00
parent 618f63d6c7
commit e6672832b9

View File

@ -139,7 +139,6 @@ namespace ErrorCodes
extern const int INVALID_SETTING_VALUE; extern const int INVALID_SETTING_VALUE;
extern const int UNKNOWN_READ_METHOD; extern const int UNKNOWN_READ_METHOD;
extern const int NOT_IMPLEMENTED; extern const int NOT_IMPLEMENTED;
extern const int UNKNOWN_FUNCTION;
} }