remove unused

This commit is contained in:
Antonio Andelic 2024-02-06 09:35:48 +01:00 committed by GitHub
parent a0170bcbd5
commit 754b73a38b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
template<typename V>
struct ListNode
{