-only trigger check config if we actually need it
[oweals/gnunet.git] / src / ats / gnunet-service-ats_preferences.c
index b56a8fd7f514630f52398c7c2103759b1010baf5..c835b026bd00b99d911732572ee7672dc66006ab 100644 (file)
@@ -388,11 +388,9 @@ age_values (void *cls,
  * Reduce absolute preferences since they got old.
  *
  * @param cls unused
- * @param tc context
  */
 static void
-preference_aging (void *cls,
-                  const struct GNUNET_SCHEDULER_TaskContext *tc)
+preference_aging (void *cls)
 {
   struct AgeContext ac;