Update ICommand.cpp

This commit is contained in:
Kseniia Sumarokova 2022-06-22 13:00:48 +02:00 committed by GitHub
parent 47a118beab
commit 3f83d2f8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ namespace DB
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
extern const int LOGICAL_ERROR;
}
void ICommand::printHelpMessage() const