mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-09 19:01:01 +01:00
Now that __pool_alloc() only surrounds __pool_get_first() with the lock, let's move it to the only variant that requires it and remove the ugly ifdefs from the function. This is safe because nobody else calls this function.