remove unused avl tree hosts
authorFelix Fietkau <nbd@openwrt.org>
Mon, 9 Jun 2014 20:37:55 +0000 (22:37 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 9 Jun 2014 20:37:55 +0000 (22:37 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
cache.c

diff --git a/cache.c b/cache.c
index c49b0fd..9addc3c 100644 (file)
--- 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)