gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: remove debug logic


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: remove debug logic
Date: Tue, 26 Sep 2017 15:18:25 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 96caeae8b remove debug logic
96caeae8b is described below

commit 96caeae8bc471293b7b8770a73f161b4f3a1138b
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Sep 26 15:19:18 2017 +0200

    remove debug logic
---
 src/util/scheduler.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index be5533050..e9c25d68a 100644
--- 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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]