From 4bb98e535f97e7eb5658cc5b4908dbd538fbbf25 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 23 Apr 2016 11:52:02 +0200 Subject: [PATCH] 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? --- src/daemon/utils_ignorelist.c | 1 - 1 file changed, 1 deletion(-) 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) */ /* -- 2.11.0