From 754b73a38bd8743a8f4ec87c543f2e56a508e2d8 Mon Sep 17 00:00:00 2001 From: Antonio Andelic Date: Tue, 6 Feb 2024 09:35:48 +0100 Subject: [PATCH] remove unused --- src/Coordination/SnapshotableHashTable.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Coordination/SnapshotableHashTable.h b/src/Coordination/SnapshotableHashTable.h index 5533913b3b8..0c6af29d24a 100644 --- a/src/Coordination/SnapshotableHashTable.h +++ b/src/Coordination/SnapshotableHashTable.h @@ -7,11 +7,6 @@ namespace DB { -namespace ErrorCodes -{ - extern const int LOGICAL_ERROR; -} - template struct ListNode {