]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete()
authorWilly Tarreau <w@1wt.eu>
Mon, 2 Nov 2020 19:20:47 +0000 (20:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 18:27:09 +0000 (19:27 +0100)
commita98b2882ac998ba4a11404ce82d0246d4673700f
tree67cab46b9d7505dd05a48d2340cde7124e64850d
parentb35aa9b256af6cc7cadf40ef505f17a667bcce03
CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete()

These ones are not used anymore, so let's remove them to remove a bit
of the complexity. The ACL keyword's delete() function could be removed
as well, though most keyword declarations are positional and we have a
high risk of introducing a mistake here, so let's not touch the ACL part.
include/haproxy/pattern-t.h
include/haproxy/pattern.h
src/acl.c
src/map.c
src/pattern.c