mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05: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
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ struct pattern {
|
|||
struct in6_addr addr;
|
||||
unsigned char mask; /* number of bits */
|
||||
} ipv6; /* IPv6 address/mask */
|
||||
struct eb_root *tree; /* tree storing all values if any */
|
||||
} val; /* direct value */
|
||||
union {
|
||||
void *ptr; /* any data */
|
||||
|
|
|
|||
Loading…
Reference in a new issue