]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1: Remove useless __maybe_unused statement
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:59:23 +0000 (13:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:59:24 +0000 (13:59 +0200)
commita150cfcfec7c5bb3b6ddb01a87df067e950ef97b
tree7dcf74eb94247e9dd0e178548c6b060c293bd291
parent75806f2fe8f7c157ae09d4eb990ccd5ba9a6f10b
CLEANUP: mux-h1: Remove useless __maybe_unused statement

h1_append_chunk_size() and h1_prepend_chunk_crlf() functions were marked as
possibly unused to be able to add them in standalone commits. Now these
functions are used, the __maybe_unused statement can be removed.
src/mux_h1.c