From 319c62e87ec125541b913ba2e9502c96315aee48 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 (cherry picked from commit 08d5ffac729f6aaa2f63d070a7fcefe42e3c32f4) --- pdns/validate.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/validate.cc b/pdns/validate.cc index e0db5f6cac..66d3ac02f0 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