gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 03/03: Remove obsolete DLL for cancellations of ta


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/03: Remove obsolete DLL for cancellations of tasks
Date: Fri, 27 Jul 2018 20:02:48 +0200

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

julius-buenger pushed a commit to branch master
in repository gnunet.

commit 07a57f226261b7a78a57cc6de7e9f03738994b29
Author: Julius Bünger <address@hidden>
AuthorDate: Fri Jul 27 20:01:28 2018 +0200

    Remove obsolete DLL for cancellations of tasks
---
 src/rps/gnunet-service-rps.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 4d502713f..f48b3d85d 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -287,12 +287,6 @@ struct ChannelCtx
 };
 
 /**
- * @brief The DLL of channel contexts
- */
-static struct ChannelCtx *channel_ctx_head;
-static struct ChannelCtx *channel_ctx_tail;
-
-/**
  * @brief Hashmap of valid peers.
  */
 static struct GNUNET_CONTAINER_MultiPeerMap *valid_peers;
@@ -2671,7 +2665,6 @@ add_channel_ctx (struct PeerContext *peer_ctx)
   struct ChannelCtx *channel_ctx;
   channel_ctx = GNUNET_new (struct ChannelCtx);
   channel_ctx->peer_ctx = peer_ctx;
-  GNUNET_CONTAINER_DLL_insert (channel_ctx_head, channel_ctx_tail, 
channel_ctx);
   return channel_ctx;
 }
 

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



reply via email to

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