remove not used error code in FourLetterCommand.cpp

This commit is contained in:
JackyWoo 2021-10-29 18:00:38 +08:00
parent 694306ee62
commit 715f982096

View File

@ -9,7 +9,6 @@ namespace DB
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int INVALID_SETTING_VALUE;
}
IFourLetterCommand::IFourLetterCommand(const KeeperDispatcher & keeper_dispatcher_) : keeper_dispatcher(keeper_dispatcher_)