From da642b714a1be0e4966e5385f50c8d6a58d766f1 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sat, 19 Jul 2014 13:46:20 +0200 Subject: [PATCH] remove unused variable g_addSuperfluousNSEC3 --- pdns/common_startup.cc | 1 - pdns/common_startup.hh | 1 - 2 files changed, 2 deletions(-) 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 -- 2.47.2