From: Peter van Dijk Date: Mon, 26 Mar 2018 08:47:26 +0000 (+0200) Subject: remove useless lines X-Git-Tag: auth-4.1.2~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6337%2Fhead;p=thirdparty%2Fpdns.git remove useless lines (cherry picked from commit 468403b0354bfda691bfeee0bf1419f549c728a0) --- diff --git a/pdns/dnsproxy.cc b/pdns/dnsproxy.cc index 30586983ab..9372b772fd 100644 --- a/pdns/dnsproxy.cc +++ b/pdns/dnsproxy.cc @@ -33,7 +33,6 @@ #include "statbag.hh" #include "dns_random.hh" #include "stubresolver.hh" -#include "tcpreceiver.hh" #include "arguments.hh" extern StatBag S; @@ -84,8 +83,6 @@ void DNSProxy::go() pthread_create(&tid,0,&launchhelper,this); } -extern TCPNameserver *TN; - //! look up qname aname with r->qtype, plonk it in the answer section of 'r' with name target bool DNSProxy::completePacket(DNSPacket *r, const DNSName& target,const DNSName& aname) {