From c628bfd090cc8cfef0bbb989c28f6abfbc5d4669 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Fri, 2 Oct 2015 20:42:01 +0200 Subject: [PATCH] remove unused variable --- src/fping.c | 1 - 1 file changed, 1 deletion(-) 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