]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pools: remove the unused pool_get_first() function
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 13:56:30 +0000 (14:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 15:28:08 +0000 (16:28 +0100)
commita213b683f71a7491280cd677e656e3f05e5fe5b7
tree9a894263226a83d70131e96a0b9cdbe908376241
parent7be7ffac157ad72555c4e2fa87ba4a7abcc2f521
CLEANUP: pools: remove the unused pool_get_first() function

This one used to maintain a shortcut in the pools allocation path that
was only justified by b_alloc_fast() which was not used! Let's get rid
of it as well so that the allocator becomes a bit more straight forward.
include/haproxy/pool.h