]> granicus.if.org Git - pdns/commitdiff
remove useless lines
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 26 Mar 2018 08:47:26 +0000 (10:47 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 26 Mar 2018 08:47:49 +0000 (10:47 +0200)
pdns/dnsproxy.cc

index 2ef7cedc36ae54c6a674c31babb0da431bc0c52b..c9c0632728c42163b5b6d6957b5d4ff9b753da8e 100644 (file)
@@ -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)
 {