]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cfgparse: Remove unused label end
authorTim Duesterhus <tim@bastelstu.be>
Mon, 19 Feb 2018 23:49:43 +0000 (00:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Feb 2018 07:30:12 +0000 (08:30 +0100)
commit9619e72c6b30911ae307cca7ae6b649e53b73fc4
tree9cc0f00b12c4ce25a1c33ecb2f7ef56fd8e43360
parent74f7ffa229bcfaba393da81f9199d77d14c309ec
CLEANUP: cfgparse: Remove unused label end

This removes the end label from parse_process_number() which
is unused since 5ab51775e736511b7e54f42e080dcef76a284da9, which
first was released in haproxy 1.8.0.
src/cfgparse.c