From 49dddeaf404418ccb2bda1a40d7969b8dc37299e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Mar 2017 05:37:37 +0100 Subject: [PATCH] DCE --- src/util/mq.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/util/mq.c b/src/util/mq.c index e644994e8..90b2aa968 100644 --- a/src/util/mq.c +++ b/src/util/mq.c @@ -201,24 +201,6 @@ struct GNUNET_MQ_Handle }; -/** - * Implementation-specific state for connection to - * client (MQ for server). - */ -struct ServerClientSocketState -{ - /** - * Handle of the client that connected to the server. - */ - struct GNUNET_SERVER_Client *client; - - /** - * Active transmission request to the client. - */ - struct GNUNET_SERVER_TransmitHandle *th; -}; - - /** * Call the message message handler that was registered * for the type of the given message in the given message queue. -- 2.25.1