From 4f4fb3d9afa1c45f3d1774c151af9b921d7d430d Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:12:49 +0100 Subject: check_dns: Remove unused variable --- plugins/check_dns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 5e20214c..468bc958 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c @@ -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, ""); -- cgit v1.2.3-74-g34f1