X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fpdns.git;a=blobdiff_plain;f=pdns%2Fdnsdist.cc;h=a8c74d90b45f23a9d9aea1e376f8e48ee035c943;hp=96af451cf7f52905ac9b89ef937312c923e6f37f;hb=0d394f3528e77e196daa07711655c5ff72f7e77c;hpb=591d1bd31f42e6f5af64bd663ad4de5b907a971e diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index 96af451cf7..a8c74d90b4 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -81,7 +81,6 @@ using std::thread; bool g_verbose; struct DNSDistStats g_stats; -MetricDefinitionStorage g_metricDefinitions; uint16_t g_maxOutstanding{std::numeric_limits::max()}; uint32_t g_staleCacheEntriesTTL{0};