]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: vars: reduce the code size of some wrappers
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 28 Jul 2015 17:00:28 +0000 (19:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Aug 2015 12:14:10 +0000 (14:14 +0200)
commit48a9cd104d07919fdd941b36e9f927a20d55edd3
tree68b943dcb811c0de7479b780d2583243d5d3e67b
parent422a3af4cefaf1adcced7af9153ca0ae2d688ffb
MINOR: vars: reduce the code size of some wrappers

Some function are just a wrappers. This patch reduce the size of
this wrapper for improving the readability. One check is moved
from the wrapper to the main function, and some middle vars are
removed.
src/vars.c