mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-10 07:49:54 +00:00
CLEANUP: cache: remove unused struct
Remove unused structure which remain from old dev.
This commit is contained in:
parent
a400a3a6d0
commit
44e259c0b7
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user