From: Peter van Dijk Date: Mon, 26 Mar 2018 08:47:26 +0000 (+0200) Subject: remove useless lines X-Git-Tag: dnsdist-1.3.0~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=468403b0354bfda691bfeee0bf1419f549c728a0;p=pdns remove useless lines --- diff --git a/pdns/dnsproxy.cc b/pdns/dnsproxy.cc index 2ef7cedc3..c9c063272 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; @@ -88,8 +87,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) {