CLEANUP: quic: remove unused QUIC_LOCK label
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 3 Apr 2023 13:06:43 +0000 (15:06 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 18 Apr 2023 14:20:47 +0000 (16:20 +0200)
commit22a368ce5886528cfc1a1e21c0b00ac4c5c36b64
treef14534d6c1e68d78ec474f74fba9b24c1b70dc39
parentc361937d5196c119f2a4157f08b3201a30bd5e8d
CLEANUP: quic: remove unused QUIC_LOCK label

QUIC_LOCK label is never used. Indeed, lock usage is minimal on QUIC as
every connection is pinned to its owned thread.

This should be backported up to 2.7.
include/haproxy/thread.h
src/thread.c