Remove unused error codes

This commit is contained in:
slvrtrn 2023-11-15 15:21:19 +01:00
parent c7cd4fa972
commit 20cfe91ff9

View File

@ -16,9 +16,7 @@ namespace DB
{
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int ILLEGAL_COLUMN;
}
using namespace GatherUtils;