]> git.kaiwu.me - haproxy.git/commit
CLEANUP: channel: remove bogus and unused definition of channel_empty()
authorWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 13:30:09 +0000 (15:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 14:04:19 +0000 (16:04 +0200)
commit4eb6e8daa348f447f37f2f9cadca6f782955da61
tree67844dec7ff90fc9935b27db260fb3e199b811e5
parent827defccda290bd299838ff24ce4871d5c435747
CLEANUP: channel: remove bogus and unused definition of channel_empty()

The function was mistakenly checking chn->flags instead of
chn_strm(chn)->flags, and is not used. Better drop it before someone
attempts to use it.
include/haproxy/channel.h