]> granicus.if.org Git - pdns/commitdiff
remove unused method
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 22 Dec 2015 10:21:20 +0000 (11:21 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 22 Dec 2015 17:21:31 +0000 (18:21 +0100)
pdns/dbdnsseckeeper.cc
pdns/dnsseckeeper.hh

index c49df1de00d46ddf37675747e9ae75cd96bb60b8..7df4afc4f510167a436769a4ed48697701882dd6 100644 (file)
@@ -431,12 +431,6 @@ DNSSECKeeper::keyset_t DNSSECKeeper::getKeys(const DNSName& zone, boost::tribool
   return retkeyset;
 }
 
-bool DNSSECKeeper::secureZone(const DNSName& name, int algorithm, int size)
-{
-  clearCaches(name); // just to be sure ;)
-  return addKey(name, true, algorithm, size);
-}
-
 bool DNSSECKeeper::getPreRRSIGs(UeberBackend& db, const DNSName& signer, const DNSName& qname,
         const DNSName& wildcardname, const QType& qtype,
         DNSResourceRecord::Place signPlace, vector<DNSResourceRecord>& rrsigs, uint32_t signTTL)
index a702b58aac6f9a5e18bf5ae1261ba3ce541f9a85..d455de206294b383a883ec1e29ed85b11905ce3a 100644 (file)
@@ -79,8 +79,6 @@ public:
   bool activateKey(const DNSName& zname, unsigned int id);
   bool deactivateKey(const DNSName& zname, unsigned int id);
 
-  bool secureZone(const DNSName& fname, int algorithm, int size);
-
   bool getNSEC3PARAM(const DNSName& zname, NSEC3PARAMRecordContent* n3p=0, bool* narrow=0);
   bool setNSEC3PARAM(const DNSName& zname, const NSEC3PARAMRecordContent& n3p, const bool& narrow=false);
   bool unsetNSEC3PARAM(const DNSName& zname);