MINOR: muxes: Remove get_cs_info callback function now useless
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Sep 2020 12:08:30 +0000 (14:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:48 +0000 (14:41 +0100)
commitafc02a44361486928533db02d6a317e727df8f0e
tree4c43d4221f62d0aa5fceafc799f693460c5914b7
parent3b536a31318ceeab1d7bd5fcc45d88258dc1015a
MINOR: muxes: Remove get_cs_info callback function now useless

This callback function was only defined by the mux-h1. But it has been
removed in the previous commit because it is unused now. So, we can do a
step forward removing the callback function from the mux definition and the
cs_info structure.
include/haproxy/connection-t.h
include/haproxy/stream_interface.h