commit | 7be7ffac157ad72555c4e2fa87ba4a7abcc2f521 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 22 14:53:56 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 22 16:28:05 2021 +0100 |
tree | 7abc0432b0ad9d063f8485d8862bc25850c20aa7 | |
parent | f44ca97fcb7305991b846c03e2e5a7c707da8333 [diff] |
CLEANUP: dynbuf: remove the unused b_alloc_fast() function It is never used anymore since 1.7 where it was used by b_alloc_margin() then replaced by direct calls to the pools function, and it maintains a dependency on the exposed pools functions. It's time to get rid of it, as it's not even certain it still works.