From: David Schweikert Date: Fri, 2 Oct 2015 18:42:01 +0000 (+0200) Subject: remove unused variable X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c628bfd090cc8cfef0bbb989c28f6abfbc5d4669;p=fping.git remove unused variable --- diff --git a/src/fping.c b/src/fping.c index dd91db6..f0551b7 100644 --- a/src/fping.c +++ b/src/fping.c @@ -239,7 +239,6 @@ typedef struct host_entry /*** globals ***/ -HOST_ENTRY *rrlist = NULL; /* linked list of hosts be pinged */ HOST_ENTRY **table = NULL; /* array of pointers to items in the list */ /* event queue (ev): This, together with the ev_next / ev_prev elements are used