From: Ruben Kerkhof Date: Sat, 23 Apr 2016 09:52:02 +0000 (+0200) Subject: utils_ignorelist.c: remove useless assignment X-Git-Tag: collectd-5.6.0~329^2~14 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=4bb98e535f97e7eb5658cc5b4908dbd538fbbf25;p=collectd.git utils_ignorelist.c: remove useless assignment [src/daemon/utils_ignorelist.c:238]: (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? --- diff --git a/src/daemon/utils_ignorelist.c b/src/daemon/utils_ignorelist.c index 79824a67..311cb07b 100644 --- a/src/daemon/utils_ignorelist.c +++ b/src/daemon/utils_ignorelist.c @@ -235,7 +235,6 @@ void ignorelist_free (ignorelist_t *il) } sfree (il); - il = NULL; } /* void ignorelist_destroy (ignorelist_t *il) */ /*