src/Makefile: Don't set subdir-objects.
[collectd.git] / src / threshold.c
index 624ab7a..e849b1d 100644 (file)
@@ -78,7 +78,6 @@ static int ut_threshold_add (const threshold_t *th)
     return (-1);
   }
   memcpy (th_copy, th, sizeof (threshold_t));
-  th_ptr = NULL;
 
   DEBUG ("ut_threshold_add: Adding entry `%s'", name);