]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: cache: remove unused struct
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 20 Nov 2017 18:13:13 +0000 (19:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2017 18:22:27 +0000 (19:22 +0100)
Remove unused structure which remain from old dev.

include/types/cache.h

index b7e6e583e7633cd857e7af6e57f1216bb439eeb7..55f3503c5cafd7e6138befd25a906d1d12f5b233 100644 (file)
@@ -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 */