commit | 4cfdcbbd19071cbf74339a7d26839ca98952b2c7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 18 16:40:51 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 18 16:40:56 2022 +0100 |
tree | e9a05a283fde7dd2b95bd68a8fc167fefa062c4b | |
parent | 5534334f1f4c0fa879415a116e707ed80bf74169 [diff] |
BUILD: peers: Remove unused variables Since 0909f62266 ("BUG/MEDIUM: peers: messages about unkown tables not correctly ignored"), the 'sc' variable is no longer used in peer_treat_updatemsg() and peer_treat_definemsg() functions. So, we must remove them to avoid compilation warning. This patch must be backported with the commit above.