statzone

DNS zone file analyzer targeted at TLD zones
Log | Files | Refs | README | LICENSE

commit c140d095ed5c5218dee13a3448933ff1bf6e18d4
parent bcdd9f662bfb200c45d853fdd7f96023e4f4d8af
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 30 Mar 2021 19:28:04 +0200

Remove the now unneeded domain struct and remove uthash include.

Diffstat:
Msrc/statzone.cpp | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/statzone.cpp b/src/statzone.cpp @@ -31,8 +31,6 @@ #include "seccomp.h" #endif -#include <uthash.h> - #include "compat.h" #include "config.h" #include "strtolower.h" @@ -73,11 +71,6 @@ main(int argc, char *argv[]) { struct stat zonefile_stat; - struct domain { - char *domain; - UT_hash_handle hh; - }; - std::unordered_set<std::string> signed_domains; std::unordered_set<std::string> unique_ns;