From: William Lallemand Date: Mon, 20 Nov 2017 18:13:13 +0000 (+0100) Subject: CLEANUP: cache: remove unused struct X-Git-Tag: v1.8.0~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44e259c0b762663f4f5193b5d240ee1cddceff47;p=thirdparty%2Fhaproxy.git CLEANUP: cache: remove unused struct Remove unused structure which remain from old dev. --- diff --git a/include/types/cache.h b/include/types/cache.h index b7e6e583e7..55f3503c5c 100644 --- a/include/types/cache.h +++ b/include/types/cache.h @@ -1,12 +1,6 @@ #ifndef _TYPES_CACHE_H #define _TYPES_CACHE_H -struct cache_obj { - int exp; /* expire time */ - int etag; /* e-tag entry */ - int last; /* last entry */ - void *buf; /* ptr to buffer */ -} #endif /*_TYPES_CACHE_H */