fixup! Remove wrong LOGICAL_ERROR

This commit is contained in:
Pablo Marcos 2024-10-28 11:24:24 +00:00
parent 25f5979ca3
commit b6ff82959f

View File

@ -21,11 +21,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
};
static auto logger = getLogger("QueryMetricLog");
ColumnsDescription QueryMetricLogElement::getColumnsDescription()