Remove non existing BackgroundPoolTask in ReplicatedMergeTreeQueue

This commit is contained in:
Azat Khuzhin 2021-11-10 21:15:26 +03:00
parent 56e5e05fc5
commit 47a18e8ac5

View File

@ -10,11 +10,6 @@
#include <Common/CurrentMetrics.h>
namespace CurrentMetrics
{
extern const Metric BackgroundPoolTask;
}
namespace DB
{