From 43688b663716fba8840c60827aab4fedb3490f1f Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 17 Jul 2023 13:52:19 +0200 Subject: [PATCH] auth: DNSProxy: remove declaration without implementation --- pdns/dnsproxy.hh | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.47.2