remove legacy commented out code
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2017 14:57:52 +0000 (15:57 +0100)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2017 16:38:51 +0000 (17:38 +0100)
src/core/core_api.c

index 18b07068ff0cc79d017ca9e93478053ac47a2ef3..afae2085044927ce13a9c32590a39dd05578a4ff 100644 (file)
@@ -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);