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:
Willy Tarreau 2020-11-01 21:14:39 +01:00
parent bd703e5650
commit b706a3b4e1

View File

@ -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 */