remove unused errorcode

This commit is contained in:
lgbo-ustc 2021-12-23 17:53:19 +08:00 committed by liangjiabiao
parent 9fdb061b7e
commit 59bc87e409
2 changed files with 0 additions and 7 deletions

View File

@ -604,8 +604,6 @@
M(633, QUERY_IS_NOT_SUPPORTED_IN_WINDOW_VIEW) \
M(634, MONGODB_ERROR) \
\
M(656, CANNOT_RELEASE) \
\
M(999, KEEPER_EXCEPTION) \
M(1000, POCO_EXCEPTION) \
M(1001, STD_EXCEPTION) \

View File

@ -12,11 +12,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int CANNOT_RELEASE;
}
template <typename T>
struct TrivialWeightFunction
{