commit | b4174d5a793a209c8066231ba40c5727626d88fa | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 06 19:03:25 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 07 14:28:43 2020 +0200 |
tree | 4312b2e18cadf6419dd2669f5df260a8b60ed7a3 | |
parent | 67a8271cc77a625ebfb2c7fe094551f809d6e6ab [diff] |
MINOR: log: Remove unused case statement during the log-format string parsing Since the commit cd0d2ed6e ("MEDIUM: log-format: make the LF parser aware of sample expressions' end"), the LF_STEXPR label in the last switch-case statement at the end of the for loop in the parse_logformat_string() function cannot be reached anymore. This patch should fix the issue #723.