mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
CLEANUP: cfgparse: Remove unused label end
This removes the end label from parse_process_number() which
is unused since 5ab51775e7, which
first was released in haproxy 1.8.0.
This commit is contained in:
parent
74f7ffa229
commit
9619e72c6b
1 changed files with 0 additions and 1 deletions
|
|
@ -662,7 +662,6 @@ int parse_process_number(const char *arg, unsigned long *proc, int *autoinc, cha
|
|||
*proc |= 1UL << (low-1);
|
||||
}
|
||||
|
||||
end:
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue