]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: vars: Remove void vars_unset_by_name(const char*, size_t, struct sample*)
authorTim Duesterhus <tim@bastelstu.be>
Tue, 19 May 2020 11:49:39 +0000 (13:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 May 2020 06:12:23 +0000 (08:12 +0200)
commit7329327333d48332638b9c2d8fc81fb0702d7d16
tree75f7c8a7733a7688ddaee534787a00b6f10a8f47
parent94fa973f3ed8c6df00c1042863efda093f4e46c4
CLEANUP: vars: Remove void vars_unset_by_name(const char*, size_t, struct sample*)

With "MINOR: lua: Use vars_unset_by_name_ifexist()" the last user was
removed and as outlined in that commit there is no good reason for this
function to exist.

May be backported together with the commit mentioned above.
include/proto/vars.h
src/vars.c