diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |