]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fd: remove the unused "new" field
authorWilly Tarreau <w@1wt.eu>
Sat, 20 Jan 2018 22:59:40 +0000 (23:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Jan 2018 15:02:59 +0000 (16:02 +0100)
commit745c60eac6f70d79a30ba8c4cbb8ede4dd3450ef
tree53e55b8b2be3cf5b9d9bee9c44e1aee82f7d74fc
parent2d3c2db8683eac3572a5c21fcbb08d656e66f1ea
CLEANUP: fd: remove the unused "new" field

This field has been unused since 1.6, it's only updated and never
tested. Let's remove it.
include/proto/fd.h
include/types/fd.h
src/cli.c
src/ev_epoll.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fd.c