CLEANUP: acl: don't reference the generic pattern deletion function anymore
authorWilly Tarreau <w@1wt.eu>
Mon, 2 Nov 2020 19:23:10 +0000 (20:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 18:27:09 +0000 (19:27 +0100)
commitb35aa9b256af6cc7cadf40ef505f17a667bcce03
treedfde60a7440a317b42f99e878a90ba8b645343a7
parente828d8f0e8b88b8ee16e2cc5293025220d0b9265
CLEANUP: acl: don't reference the generic pattern deletion function anymore

A few ACL keyword used to reference pat_delete_gen() as the deletion
function but this is not needed since it's the default one now. Let's
just remove this reference.
src/http_acl.c