mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 17:32:03 -04:00
CLEANUP: Remove unreachable break from parse_time_err()
The `return` already leaves the function.
This commit is contained in:
parent
75e2f8dcdd
commit
4f065262e9
1 changed files with 0 additions and 1 deletions
|
|
@ -2432,7 +2432,6 @@ const char *parse_time_err(const char *text, unsigned *ret, unsigned unit_flags)
|
|||
break;
|
||||
default:
|
||||
return text;
|
||||
break;
|
||||
}
|
||||
if (*(++text) != '\0') {
|
||||
ha_warning("unexpected character '%c' after the timer value '%s', only "
|
||||
|
|
|
|||
Loading…
Reference in a new issue