Browse Source

remove unused avl tree hosts

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau 10 years ago
parent
commit
571cc21441
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cache.c

+ 1 - 1
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)