Remove unnecessary externs

This commit is contained in:
Pablo Marcos 2024-08-30 13:25:35 +00:00
parent 06790f0104
commit 1d78c5899a

View File

@ -18,12 +18,6 @@
#include <chrono>
#include <mutex>
namespace CurrentMetrics
{
extern const Metric MemoryTracking;
extern const Metric MergesMutationsMemoryTracking;
}
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;