commit | afc02a44361486928533db02d6a317e727df8f0e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 30 14:08:30 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 14:41:48 2020 +0100 |
tree | 4c43d4221f62d0aa5fceafc799f693460c5914b7 | |
parent | 3b536a31318ceeab1d7bd5fcc45d88258dc1015a [diff] |
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.