X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_ignorelist.c;h=bf39597e914ec0381274e105ac7dfe6686ec3574;hb=acbd25344a59c091b087311804d375b759077e32;hp=d2546aab3db1a1506d909cb8309950d1195d4dab;hpb=44e4d530c8db2e078cd73ab254d1be41a5f2812c;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;