From 571cc214415f40ea52a98eed6b450b74be69c6f9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 9 Jun 2014 22:37:55 +0200 Subject: [PATCH] remove unused avl tree hosts Signed-off-by: Felix Fietkau --- cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0