Drop unused MemoryTrackingForMerges from Context

It set in src/Storages/MergeTree/MergeList.cpp anyway.
This commit is contained in:
Azat Khuzhin 2020-04-23 01:56:37 +03:00
parent b8e3655f0d
commit c04c73b4c4

View File

@ -68,7 +68,6 @@ namespace ProfileEvents
namespace CurrentMetrics
{
extern const Metric ContextLockWait;
extern const Metric MemoryTrackingForMerges;
extern const Metric BackgroundMovePoolTask;
extern const Metric MemoryTrackingInBackgroundMoveProcessingPool;
}