mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 17:00:03 -04:00
CLEANUP: acl: remove cache_idx from acl struct
It isn't used and never has been.
This commit is contained in:
parent
bdd863477d
commit
997a31dbdf
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ struct acl {
|
|||
struct list list; /* chaining */
|
||||
char *name; /* acl name */
|
||||
struct list expr; /* list of acl_exprs */
|
||||
int cache_idx; /* ACL index in cache */
|
||||
unsigned int use; /* or'ed bit mask of all acl_expr's SMP_USE_* */
|
||||
unsigned int val; /* or'ed bit mask of all acl_expr's SMP_VAL_* */
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue