From: Willy Tarreau Date: Sun, 1 Nov 2020 20:14:39 +0000 (+0100) Subject: CLEANUP: pattern: remove unused entry "tree" in pattern.val X-Git-Tag: v2.3.0~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b706a3b4e133463ba3420cc047f8c5382624b09f;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/include/haproxy/pattern-t.h b/include/haproxy/pattern-t.h index b164250a3a..d5c2adc5a7 100644 --- a/include/haproxy/pattern-t.h +++ b/include/haproxy/pattern-t.h @@ -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 */