From: Chris Hofstaedtler Date: Wed, 3 Aug 2022 19:39:52 +0000 (+0200) Subject: auth: remove unnecessary, duplicate extern defines X-Git-Tag: rec-4.8.0-alpha1~20^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8d903eb6553f911f4484919dcf28929fd19f1c;p=thirdparty%2Fpdns.git auth: remove unnecessary, duplicate extern defines --- diff --git a/pdns/nameserver.hh b/pdns/nameserver.hh index f6e92df644..4ad9b177a9 100644 --- a/pdns/nameserver.hh +++ b/pdns/nameserver.hh @@ -94,5 +94,3 @@ private: }; bool AddressIsUs(const ComboAddress& remote); - -extern ResponseStats g_rs; diff --git a/pdns/ws-api.cc b/pdns/ws-api.cc index 08f3d5cbac..21c2267d86 100644 --- a/pdns/ws-api.cc +++ b/pdns/ws-api.cc @@ -44,8 +44,6 @@ using json11::Json; -extern string s_programname; -extern ResponseStats g_rs; #ifndef RECURSOR extern StatBag S; #endif