mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 19:32:42 +02:00
This global variable was used to avoid using locks on shared_contexts in the unlikely case of nbthread==1. Since the locks do not do anything when USE_THREAD is not defined, it will be more beneficial to simply remove this variable and the systematic test on its value in the shared context locking functions.