mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 12:03:56 +02:00
This function was renderred obsolete by commita0b5831ee("MEDIUM: pools: centralize cache eviction in a common function") which replaced its last call inside the loop with a single call out of the loop to pool_releasable() as introduced by commit91a8e28f9("MINOR: pool: add a function to estimate how many may be released at once"). Let's remove it before it becomes wrong and used again.