commit 95f4b6f7a3686da30ca815f39d9af7810303e0c9
parent 8d9bc925ed9f3692b451ad90ae31810e419aaee3
Author: Willow Liquorice <willow@howhill.com>
Date: Fri, 26 Aug 2022 21:02:46 +0100
-First pass through HOSTLIST
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/hostlist/gnunet-daemon-hostlist_client.c b/src/hostlist/gnunet-daemon-hostlist_client.c
@@ -802,7 +802,6 @@ clean_up ()
* server.
*
* @param cls closure, unused
- * @param tc task context, unused
*/
static void
task_download (void *cls);
@@ -873,12 +872,6 @@ download_prepare ()
}
-/**
- * Task that is run when we are ready to receive more data from the hostlist
- * server.
- *
- * @param cls closure, unused
- */
static void
task_download (void *cls)
{