]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: remove unnecessary, duplicate extern defines
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Wed, 3 Aug 2022 19:39:52 +0000 (21:39 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Sat, 10 Sep 2022 10:28:16 +0000 (12:28 +0200)
pdns/nameserver.hh
pdns/ws-api.cc

index f6e92df644c6659048f8cd83e7951b147cbd7b1c..4ad9b177a9d93a8067857c4a663aa1521f9d8abe 100644 (file)
@@ -94,5 +94,3 @@ private:
 };
 
 bool AddressIsUs(const ComboAddress& remote);
-
-extern ResponseStats g_rs;
index 08f3d5cbac758a780a04658a3b6040ea5fca5ba1..21c2267d8607ffa751d7055eac2e2d13e57c2cf9 100644 (file)
@@ -44,8 +44,6 @@
 
 using json11::Json;
 
-extern string s_programname;
-extern ResponseStats g_rs;
 #ifndef RECURSOR
 extern StatBag S;
 #endif