CLEANUP: vars: rename sample_clear_stream() to var_unset()
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Sep 2021 09:44:41 +0000 (11:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Sep 2021 09:10:16 +0000 (11:10 +0200)
commitd378eb82d9b34ca38542ea0cda6c7855fa6d9bae
treecd4cb6ec1ad6b07ffa2490aaef9daca37090bbde
parentb7bfcb3ff317a5cd50e787375bff02b2acc70c0d
CLEANUP: vars: rename sample_clear_stream() to var_unset()

This name was quite misleading, as it has nothing to do with samples nor
streams. This function's sole purpose is to unset a variable, so let's
call it "var_unset()" and document it a little bit.
src/vars.c