cache: remove struct cache_type
authorFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2014 21:40:26 +0000 (23:40 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2014 21:40:26 +0000 (23:40 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
cache.h

diff --git a/cache.h b/cache.h
index 2e921a1..7d5a0b9 100644 (file)
--- a/cache.h
+++ b/cache.h
 
 #include "dns.h"
 
-struct cache_type {
-        struct avl_node avl;
-
-       char *key;
-       char *val;
-};
-
 struct cache_entry {
         struct avl_node avl;