mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-06 01:11:00 +01: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
@ -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…
x
Reference in New Issue
Block a user