mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-28 08:30:46 +00:00
CLEANUP: pattern: remove unused entry "tree" in pattern.val
This one might have disappeared since patterns were reworked, but the entry was not removed from the structure, let's do it now.
This commit is contained in:
parent
bd703e5650
commit
b706a3b4e1
@ -153,7 +153,6 @@ struct pattern {
|
|||||||
struct in6_addr addr;
|
struct in6_addr addr;
|
||||||
unsigned char mask; /* number of bits */
|
unsigned char mask; /* number of bits */
|
||||||
} ipv6; /* IPv6 address/mask */
|
} ipv6; /* IPv6 address/mask */
|
||||||
struct eb_root *tree; /* tree storing all values if any */
|
|
||||||
} val; /* direct value */
|
} val; /* direct value */
|
||||||
union {
|
union {
|
||||||
void *ptr; /* any data */
|
void *ptr; /* any data */
|
||||||
|
Loading…
Reference in New Issue
Block a user