From: Felix Fietkau Date: Mon, 9 Jun 2014 20:37:55 +0000 (+0200) Subject: remove unused avl tree hosts X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=571cc214415f40ea52a98eed6b450b74be69c6f9;p=project%2Fmdnsd.git remove unused avl tree hosts Signed-off-by: Felix Fietkau --- diff --git a/cache.c b/cache.c index c49b0fd..9addc3c 100644 --- a/cache.c +++ b/cache.c @@ -42,7 +42,7 @@ #include "interface.h" static struct uloop_timeout cache_gc; -struct avl_tree records, entries, hosts; +struct avl_tree records, entries; static void cache_record_free(struct cache_record *r)