fix style check - removed unused LOGICAL_ERROR

This commit is contained in:
bharatnc 2020-06-23 12:57:09 -07:00
parent f0fbba5522
commit 9be7ab0341

View File

@ -12,7 +12,6 @@ namespace DB
namespace ErrorCodes
{
extern const int CANNOT_SCHEDULE_TASK;
extern const int LOGICAL_ERROR;
}
}