CLEANUP: cache: remove unused struct

Remove unused structure which remain from old dev.
This commit is contained in:
William Lallemand 2017-11-20 19:13:13 +01:00 committed by Willy Tarreau
parent a400a3a6d0
commit 44e259c0b7

View 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 */