projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd703e5
)
CLEANUP: pattern: remove unused entry "tree" in pattern.val
author
Willy Tarreau
<w@1wt.eu>
Sun, 1 Nov 2020 20:14:39 +0000
(21:14 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 2 Nov 2020 10:32:05 +0000
(11:32 +0100)
This one might have disappeared since patterns were reworked, but the
entry was not removed from the structure, let's do it now.
include/haproxy/pattern-t.h
patch
|
blob
|
history
diff --git
a/include/haproxy/pattern-t.h
b/include/haproxy/pattern-t.h
index
b164250
..
d5c2adc
100644
(file)
--- 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 */