CLEANUP: fd: remove the now unneeded fd_mig_lock
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Aug 2021 07:24:41 +0000 (09:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Aug 2021 14:03:36 +0000 (16:03 +0200)
commit7b2ac29a92df037b1e15a0c02014892f46c83046
tree8a0e39eb5cab5870450e2ede43947a75ef21f7aa
parentb201b1dab1eff5d2aaed263d5575c99bef7cd17b
CLEANUP: fd: remove the now unneeded fd_mig_lock

This is not needed anymore since we don't use it when setting the running
mask anymore.
include/haproxy/fd.h
src/fd.c