commit | e828d8f0e8b88b8ee16e2cc5293025220d0b9265 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 02 20:15:40 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 05 19:27:09 2020 +0100 |
tree | 180771e2c6ffb81175fcc4c689c246d9ace53fba | |
parent | f1c0892aa6ee28bdaf86ee787059c3add8d7eaec [diff] |
MINOR: pattern: perform a single call to pat_delete_gen() under the expression When we're removing an element under the expression lock, we don't need anymore to run over all ->delete() functions via the expressions, since we know that the single function does it fine now. Note that at this point, pattern->delete() is not used at all through out the code anymore.