commit 96caeae8bc471293b7b8770a73f161b4f3a1138b
parent 4a92d3943554681ce35e8106ef4f889c7a3bfed3
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 26 Sep 2017 15:19:18 +0200
remove debug logic
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
@@ -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);