gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/03: remove legacy commented out code


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/03: remove legacy commented out code
Date: Wed, 25 Jan 2017 17:38:58 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 69c1d797b2fffa59f333a934baca77f28baf7869
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jan 25 15:57:52 2017 +0100

    remove legacy commented out code
---
 src/core/core_api.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/core/core_api.c b/src/core/core_api.c
index 18b07068f..afae20850 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -336,7 +336,6 @@ core_mq_send_impl (struct GNUNET_MQ_Handle *mq,
   env = GNUNET_MQ_msg (smr,
                        GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST);
   smr->priority = htonl ((uint32_t) priority);
-  // smr->deadline = GNUNET_TIME_absolute_hton (deadline);
   smr->peer = pr->peer;
   smr->reserved = htonl (0);
   smr->size = htons (msize);
@@ -349,7 +348,6 @@ core_mq_send_impl (struct GNUNET_MQ_Handle *mq,
                                     GNUNET_MESSAGE_TYPE_CORE_SEND,
                                     msg);
   sm->priority = htonl ((uint32_t) priority);
-  // sm->deadline = GNUNET_TIME_absolute_hton (deadline);
   sm->peer = pr->peer;
   sm->cork = htonl ((uint32_t) cork);
   sm->reserved = htonl (0);

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



reply via email to

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