commit | 63427140527bcd0e45fe4a7a574cc5db0b5141e6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 14 17:33:02 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 14 18:20:38 2022 +0100 |
tree | befdf22bef878d6c8a0a5e3c11624fcbcce3e88c | |
parent | e239e4938d89956e7820be4a0f26e782a86bcf6d [diff] |
CLEANUP: stick-table: remove the unused table->exp_next The ->exp_next field of the stick-table was probably useful in 1.5 but it currently only carries a copy of what the future value of the table's task's expire value will be, while it's systematically copied over there immediately after being assigned. As such it provides exactly a local variable. Let's remove it, as it costs atomic operations.