CLEANUP: vars: remove the now unused var_names array
authorWilly Tarreau <w@1wt.eu>
Tue, 31 Aug 2021 07:00:16 +0000 (09:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Sep 2021 13:09:22 +0000 (15:09 +0200)
commit3f120d2a583721dd7e6fc9b28d849d8594eebc90
treeaa5fc1704ab649be549bc4513ae14031793613d6
parent3a4bedccc6023aa7ef155e6f9823aef4efeced71
CLEANUP: vars: remove the now unused var_names array

This was the table of all variable names known to the haproxy process.
It's not used anymore.
src/vars.c