]> 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)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 28 Mar 2018 10:05:29 +0000 (12:05 +0200)
(cherry picked from commit 468403b0354bfda691bfeee0bf1419f549c728a0)

pdns/dnsproxy.cc

index 30586983ab4f3c885950cf55ceb74344ad2bb332..9372b772fdbad6dad4ec795b1e311cd5e07cfc04 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;
@@ -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)
 {