X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_ignorelist.c;h=bf39597e914ec0381274e105ac7dfe6686ec3574;hb=57d32cdea9ed71a34cfdf62e8b0050749486319e;hp=d2546aab3db1a1506d909cb8309950d1195d4dab;hpb=bd66a09b35da21dcb405650ae4587bf2ca811438;p=collectd.git diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c index d2546aab..bf39597e 100644 --- a/src/utils_ignorelist.c +++ b/src/utils_ignorelist.c @@ -240,8 +240,6 @@ void ignorelist_free (ignorelist_t *il) ignorelist_item_t *this; ignorelist_item_t *next; - DEBUG ("(il = 0x%p)", (void *) il); - if (il == NULL) return;