]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove unused variable g_addSuperfluousNSEC3
authorKees Monshouwer <mind04@monshouwer.org>
Sat, 19 Jul 2014 11:46:20 +0000 (13:46 +0200)
committermind04 <mind04@monshouwer.org>
Wed, 23 Jul 2014 18:09:31 +0000 (20:09 +0200)
pdns/common_startup.cc
pdns/common_startup.hh

index 630348c22e7b51878416d6d40bb35be3533a9961..ce7184e9611b6501bae6665b0f779fc53871cce7 100644 (file)
@@ -23,7 +23,6 @@
 #include "ws-auth.hh"
 
 bool g_anyToTcp;
-bool g_addSuperfluousNSEC3;
 typedef Distributor<DNSPacket,DNSPacket,PacketHandler> DNSDistributor;
 
 ArgvMap theArg;
index d08d303378841206de58c243748bfee1c6c58cec..ea15328a81bbd23f6e34978d3e4d2c6bc06f55b9 100644 (file)
@@ -51,6 +51,5 @@ extern void mainthread();
 extern int isGuarded( char ** );
 void* carbonDumpThread(void*);
 extern bool g_anyToTcp;
-extern bool g_addSuperfluousNSEC3;
 
 #endif // COMMON_STARTUP_HH