commit | 44e259c0b762663f4f5193b5d240ee1cddceff47 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Nov 20 19:13:13 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 20 19:22:27 2017 +0100 |
tree | c3bf8ef35b20a702517bb4a45e35b39e636568f9 | |
parent | a400a3a6d07468161da77242fbb3e07aa07e3346 [diff] |
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 b7e6e58..55f3503 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 */