From d2fda690d138cf9b045f5192f8635bc63f2fe3f1 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 24 May 2009 21:10:22 +0200 Subject: conntrackd: remove an unused extern declaration in cache.h This patch removes a reminiscent of the lifetime cache feature. Signed-off-by: Pablo Neira Ayuso --- include/cache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cache.h b/include/cache.h index 5df7aa9..0b2b18d 100644 --- a/include/cache.h +++ b/include/cache.h @@ -43,7 +43,6 @@ struct cache_feature { int (*dump)(struct cache_object *obj, void *data, char *buf, int type); }; -extern struct cache_feature lifetime_feature; extern struct cache_feature timer_feature; #define CACHE_MAX_NAMELEN 32 -- cgit v1.2.3