CLEANUP: fd: remove fd_remove() and rename fd_dodelete() to fd_delete()
authorWilly Tarreau <w@1wt.eu>
Wed, 26 Aug 2020 09:54:06 +0000 (11:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 26 Aug 2020 16:33:52 +0000 (18:33 +0200)
commit63d8b6009b6d4d352853ab84bd2be3374c87c976
tree3fcb84f32cfa0d0561e503dee1372189abb05881
parent67672459c72328047c5b24c8a721789fef8b13d9
CLEANUP: fd: remove fd_remove() and rename fd_dodelete() to fd_delete()

This essentially undoes what we did in fd.c in 1.8 to support seamless
reload. Since we don't need to remove an fd anymore we can turn
fd_delete() to the simple function it used to be.
include/haproxy/fd.h
src/fd.c