check_dns: Remove unused variable

This commit is contained in:
RincewindsHat 2023-11-23 00:12:49 +01:00
parent 479ff15249
commit 4f4fb3d9af

View file

@ -87,7 +87,6 @@ main (int argc, char **argv)
struct timeval tv;
bool parse_address = false; /* This flag scans for Address: but only after Name: */
output chld_out, chld_err;
size_t i;
bool is_nxdomain = false;
setlocale (LC_ALL, "");