remove debug logic
authorChristian Grothoff <christian@grothoff.org>
Tue, 26 Sep 2017 13:19:18 +0000 (15:19 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 26 Sep 2017 13:19:18 +0000 (15:19 +0200)
src/util/scheduler.c

index be55330505d27425beb46b83b8004df4513d5503..e9c25d68a82f3bf5f4c8a3dd9563d52b9b0fe3e6 100644 (file)
@@ -1150,10 +1150,6 @@ GNUNET_SCHEDULER_add_at_with_priority (struct GNUNET_TIME_Absolute at,
   struct GNUNET_SCHEDULER_Task *pos;
   struct GNUNET_SCHEDULER_Task *prev;
 
-  if (at.abs_value_us > UINT64_MAX / 10)
-  {
-    GNUNET_assert (0);
-  }
   GNUNET_assert (NULL != active_task);
   GNUNET_assert (NULL != task);
   t = GNUNET_new (struct GNUNET_SCHEDULER_Task);