projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a92d39
)
remove debug logic
author
Christian Grothoff
<christian@grothoff.org>
Tue, 26 Sep 2017 13:19:18 +0000
(15:19 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 26 Sep 2017 13:19:18 +0000
(15:19 +0200)
src/util/scheduler.c
patch
|
blob
|
history
diff --git
a/src/util/scheduler.c
b/src/util/scheduler.c
index be55330505d27425beb46b83b8004df4513d5503..e9c25d68a82f3bf5f4c8a3dd9563d52b9b0fe3e6 100644
(file)
--- 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);