]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: dynbuf: remove the unused b_alloc_fast() function
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 13:53:56 +0000 (14:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 15:28:05 +0000 (16:28 +0100)
commit7be7ffac157ad72555c4e2fa87ba4a7abcc2f521
tree7abc0432b0ad9d063f8485d8862bc25850c20aa7
parentf44ca97fcb7305991b846c03e2e5a7c707da8333
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.
doc/internals/buffer-api.txt
include/haproxy/dynbuf.h