]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: DNSProxy: remove declaration without implementation 13040/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 17 Jul 2023 11:52:19 +0000 (13:52 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 17 Jul 2023 11:52:19 +0000 (13:52 +0200)
pdns/dnsproxy.hh

index 1697c2cb5a133fe89789a9401e8917bd39c372dd..1a2ff00b9afbad654d2071705cabd0fde9d89ed2 100644 (file)
@@ -55,7 +55,6 @@ public:
   bool completePacket(std::unique_ptr<DNSPacket>& r, const DNSName& target,const DNSName& aname, const uint8_t scopeMask);
 
   void mainloop();                  //!< this is the main loop that receives reply packets and sends them out again
-  bool recurseFor(DNSPacket* p);
 private:
   struct ConntrackEntry
   {