commit | 9de8a2b854871a9c273b123c48784ffe6a6e37aa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 21 19:06:07 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 21 20:44:26 2022 +0100 |
tree | 931baeb479903264a52e42c68b0d83d783c73b85 | |
parent | 9f699958dc668a2a9c505ffa6b6366acaad4c234 [diff] |
CLEANUP: pools: remove the now unused pool_is_crowded() This function was renderred obsolete by commit a0b5831ee ("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 commit 91a8e28f9 ("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.