From: Kees Monshouwer Date: Sat, 19 Jul 2014 11:46:20 +0000 (+0200) Subject: remove unused variable g_addSuperfluousNSEC3 X-Git-Tag: auth-3.4.0-rc1~26^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da642b714a1be0e4966e5385f50c8d6a58d766f1;p=thirdparty%2Fpdns.git remove unused variable g_addSuperfluousNSEC3 --- diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 630348c22e..ce7184e961 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -23,7 +23,6 @@ #include "ws-auth.hh" bool g_anyToTcp; -bool g_addSuperfluousNSEC3; typedef Distributor DNSDistributor; ArgvMap theArg; diff --git a/pdns/common_startup.hh b/pdns/common_startup.hh index d08d303378..ea15328a81 100644 --- a/pdns/common_startup.hh +++ b/pdns/common_startup.hh @@ -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