remove definition of logical_error from auth.cpp

This commit is contained in:
Arthur Passos 2024-06-27 12:14:08 -03:00
parent a948334b8b
commit 50da0cb732

View File

@ -13,10 +13,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
namespace
{