From: Chris Hofstaedtler Date: Mon, 17 Jul 2023 11:52:19 +0000 (+0200) Subject: auth: DNSProxy: remove declaration without implementation X-Git-Tag: rec-5.0.0-alpha1~106^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43688b663716fba8840c60827aab4fedb3490f1f;p=thirdparty%2Fpdns.git auth: DNSProxy: remove declaration without implementation --- diff --git a/pdns/dnsproxy.hh b/pdns/dnsproxy.hh index 1697c2cb5a..1a2ff00b9a 100644 --- a/pdns/dnsproxy.hh +++ b/pdns/dnsproxy.hh @@ -55,7 +55,6 @@ public: bool completePacket(std::unique_ptr& 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 {