]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: haterm: remove unreachable labels hstream_add_data()
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 23 Feb 2026 09:13:25 +0000 (10:13 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Mon, 23 Feb 2026 09:13:25 +0000 (10:13 +0100)
commita5a053e612269aeecf577adcd2c5729e7a00d712
treed8e985caa80d0b570aef829cac6829699c7aacf5
parent5aa30847ae2f147ec0240df9c78949939f94fbc7
CLEANUP: haterm: remove unreachable labels hstream_add_data()

This function does not return a status. It nevers fails.
Remove some useled dead code.
src/haterm.c