commit | a98b2882ac998ba4a11404ce82d0246d4673700f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 02 20:20:47 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 05 19:27:09 2020 +0100 |
tree | 67cab46b9d7505dd05a48d2340cde7124e64850d | |
parent | b35aa9b256af6cc7cadf40ef505f17a667bcce03 [diff] |
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.