From ede372ebde7dc41ed2fdbffa96e14219d0329236 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sun, 15 Feb 2015 14:36:45 +0100 Subject: [PATCH] Remove emitNSEC3 from header file I broke it's signature during the last cleanup, but nobody outside packethandler.cc uses it. --- pdns/packethandler.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/packethandler.hh b/pdns/packethandler.hh index a29bbcb94..3e7fe522d 100644 --- a/pdns/packethandler.hh +++ b/pdns/packethandler.hh @@ -108,6 +108,5 @@ private: UeberBackend B; // every thread an own instance DNSSECKeeper d_dk; // B is shared with DNSSECKeeper }; -void emitNSEC3(DNSBackend& B, const NSEC3PARAMRecordContent& ns3prc, const SOAData& sd, const std::string& unhashed, const std::string& begin, const std::string& end, const std::string& toNSEC3, DNSPacket *r, int mode); bool getNSEC3Hashes(bool narrow, DNSBackend* db, int id, const std::string& hashed, bool decrement, string& unhashed, string& before, string& after, int mode=0); #endif /* PACKETHANDLER */ -- 2.50.1