[PATCH] check_dns: remove dead code

Sebastian Herbszt <[email protected]>
Newsgroups gmane.network.nagios.devel
Message-ID <20141208232154.000027b8__40736.854382749$1418077330$gmane$org@localhost>
Remove code dead since commit 4efa917.

Signed-off-by: Sebastian Herbszt <[email protected]>
---
 plugins/check_dns.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index 2212122..0316e40 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -81,7 +81,6 @@ main (int argc, char **argv)
   double elapsed_time;
   long microsec;
   struct timeval tv;
-  int multi_address;
   int parse_address = FALSE; /* This flag scans for Address: but only after Name: */
   output chld_out, chld_err;
   size_t i;
@@ -249,11 +248,6 @@ main (int argc, char **argv)
   elapsed_time = (double)microsec / 1.0e6;
 
   if (result == STATE_OK) {
-    if (strchr (address, ',') == NULL)
-      multi_address = FALSE;
-    else
-      multi_address = TRUE;
-
     result = get_status(elapsed_time, time_thresholds);
     if (result == STATE_OK) {
       printf ("DNS %s: ", _("OK"));
-- 
2.1.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.