From 08d5ffac729f6aaa2f63d070a7fcefe42e3c32f4 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 16 Jan 2017 17:51:49 +0100 Subject: [PATCH] Remove `g_rootDS` leftover --- pdns/validate.cc | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.2