Skip to content

Commit

Permalink
auth: remove unnecessary, duplicate extern defines
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Sep 10, 2022
1 parent 8de0231 commit 5d8d903
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pdns/nameserver.hh
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,3 @@ private:
};

bool AddressIsUs(const ComboAddress& remote);

extern ResponseStats g_rs;
2 changes: 0 additions & 2 deletions pdns/ws-api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@

using json11::Json;

extern string s_programname;
extern ResponseStats g_rs;
#ifndef RECURSOR
extern StatBag S;
#endif
Expand Down

0 comments on commit 5d8d903

Please sign in to comment.