cache: remove struct cache_type
[project/mdnsd.git] / 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;