]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: actions: Remove wrappers
authorThierry FOURNIER <tfournier@arpalert.org>
Thu, 6 Aug 2015 16:25:56 +0000 (18:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit4dc15d1a2d30b26107f146216d10a4489f28831b
tree92ac2740a0d3eacb3eabe5a992fe1080e0dd6d61
parentafa80496db6d25e76d090aa833713e937dd4174a
MINOR: actions: Remove wrappers

Now the prototype for each action from each section are the same, and
a discriminant for determining for each section we are called are added.
So, this patch removes the wrappers for the action functions called from
more than one section.

This patch removes 132 lines of useless code.
src/hlua.c
src/vars.c