]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEAN: mux-h1: Remove useless __maybe_unused attribute on h1_make_chunk()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Oct 2023 09:24:54 +0000 (11:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit169df3b3a8e88449cc939650868e9e219dd611cb
tree8ab1c7c0801197713e68e0a80233aa4de452cd12
parentd1eab3813166b9078314212af14e2d819ff21884
CLEAN: mux-h1: Remove useless __maybe_unused attribute on h1_make_chunk()

This attribute was added during the dev stage. But it is useless now the
function is used. So, just remove it.
src/mux_h1.c