From: Remi Gacogne Date: Mon, 16 Jan 2017 16:51:49 +0000 (+0100) Subject: Remove `g_rootDS` leftover X-Git-Tag: rec-4.1.0-alpha1~306^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08d5ffac729f6aaa2f63d070a7fcefe42e3c32f4;p=thirdparty%2Fpdns.git Remove `g_rootDS` leftover --- diff --git a/pdns/validate.cc b/pdns/validate.cc index 9e953f9bc8..ace1c72f56 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -204,8 +204,6 @@ void validateWithKeySet(const cspmap_t& rrsets, cspmap_t& validated, const keyse // www.powerdnssec.org -> secure/powerdnssec.org/[keys] // www.dnssec-failed.org -> bogus/dnssec-failed.org/[] -const char *g_rootDS; - cspmap_t harvestCSPFromRecs(const vector& recs) { cspmap_t cspmap;